{ "opencollection": "1.0.0", "info": { "name": "batches users API", "version": "1.0.0" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/users", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "filter_by", "value": "", "type": "query", "description": "Criteria used to filter" }, { "name": "sort_column", "value": "name", "type": "query", "description": "Sort users. Allowed Values: name, email, user_role and status" }, { "name": "page", "value": "1", "type": "query", "description": "Page number to be fetched. Default value is 1." }, { "name": "per_page", "value": "200", "type": "query", "description": "Number of records to be fetched per page. Default value is 200." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the list of all users in the organization." }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/users", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a user for your organization." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the details of a user." }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update the details of a user." }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete a user associated to the organization." }, { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/users/me", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the details of the current user." }, { "info": { "name": "Invite a user", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id/invite", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Send invitation email to a person, you wish to add as a user to your organisation. For example- an accountant." }, { "info": { "name": "Mark user as active", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id/active", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Mark an inactive user as active." }, { "info": { "name": "Mark user as inactive", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/users/:user_id/inactive", "params": [ { "name": "user_id", "value": "982000000554041", "type": "path", "description": "Unique identifier of the user." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Mark an active user as inactive." } ] } ], "bundled": true }