- Subcategories:
- Company User Management
- SCIM Compliant
User Management REST Endpoints
User Management
The User Management REST APIs do not mandate a company be specified simplifying the management of user on the site by providing a single static endpoint that can be used to update users across all companies.
- Bulk Update User Status
- Method: postPath:
/rest/v19/users/actions/bulkUpdate - Create Users
- Method: postPath:
/rest/v19/users - Get a User
- Method: getPath:
/rest/v19/users/{partyNumber} - Get All Across Companies
- Method: getPath:
/rest/v19/users - Get All User Groups for a User
- Method: getPath:
/rest/v19/users/{partyNumber}/groups - Import Users
- Method: postPath:
/rest/v19/users/actions/import - Update a User (PATCH)
- Method: patchPath:
/rest/v19/users/{partyNumber} - Update the User Groups for a User
- Method: putPath:
/rest/v19/users/{partyNumber}/groups - Update User (PUT)
- Method: putPath:
/rest/v19/users/{partyNumber}