{ "opencollection": "1.0.0", "info": { "name": "NinjaOne Public API 2.0 Asset Tags Users API", "version": "2.0.9-draft" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "End user details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/user/end-user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "End user identifier" } ] }, "docs": "Get details for a specific end user identifier" }, { "info": { "name": "End user custom fields", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/user/end-user/:id/custom-fields", "params": [ { "name": "id", "value": "", "type": "path", "description": "End user identifier" } ] }, "docs": "Returns list of end user custom fields" }, { "info": { "name": "Update Field Values", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/user/end-user/:id/custom-fields", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update end user custom field values" }, { "info": { "name": "Technician details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/user/technician/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Technician identifier" } ] }, "docs": "Get details for a specific technician identifier" } ] } ], "bundled": true }