{ "opencollection": "1.0.0", "info": { "name": "Helpcenter User Management APIs API", "version": "1.0.0" }, "items": [ { "info": { "name": "User Management APIs", "type": "folder" }, "items": [ { "info": { "name": "Get Users", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/restapi/v2/users", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ] }, "docs": "Returns list of users for the specified organization." }, { "info": { "name": "Add Users", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/restapi/v2/users", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Add users to the specified organization." }, { "info": { "name": "Remove Users", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/restapi/v2/users", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Remove users from the specified organization." }, { "info": { "name": "Activate Users", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/users/active", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Activate users in the specified organization." }, { "info": { "name": "Deactivate Users", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/users/inactive", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Deactivate users in the specified organization." }, { "info": { "name": "Change User Role", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/users/role", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Change role for the specified users." }, { "info": { "name": "Get Subscription Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/restapi/v2/subscription", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ] }, "docs": "Returns subscription details of the specified organization." }, { "info": { "name": "Get Resource Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/restapi/v2/resources", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ] }, "docs": "Returns resource usage details of the specified organization." }, { "info": { "name": "Get Workspace Users", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/users", "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." } ] }, "docs": "Returns list of users for the specified workspace." }, { "info": { "name": "Add Workspace Users", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/users", "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Add users to the specified workspace." }, { "info": { "name": "Delete Workspace Users", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/users", "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Delete users from the specified workspace." }, { "info": { "name": "Change Workspace Users Status", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/users/status", "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Update activation status of users in a Zoho Analytics workspace." }, { "info": { "name": "Change Workspace Users Role", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/users/role", "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Update role of users in a Zoho Analytics workspace." } ] } ], "bundled": true }