- 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 User Groups for a User
- Method: getPath:
/rest/v19/users/{partyNumber}/groups
- Get All Users Across Companies
- Method: getPath:
/rest/v19/users
- Import Users
- Method: postPath:
/rest/v19/users/actions/import
- Update a User
- Method: patchPath:
/rest/v19/users/{partyNumber}
- Update the User Groups for a User
- Method: putPath:
/rest/v19/users/{partyNumber}/groups