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: post
Path: /rest/v19/users/actions/bulkUpdate
Create Users
Method: post
Path: /rest/v19/users
Get a User
Method: get
Path: /rest/v19/users/{partyNumber}
Get All User Groups for a User
Method: get
Path: /rest/v19/users/{partyNumber}/groups
Get All Users Across Companies
Method: get
Path: /rest/v19/users
Import Users
Method: post
Path: /rest/v19/users/actions/import
Update a User
Method: patch
Path: /rest/v19/users/{partyNumber}
Update the User Groups for a User
Method: put
Path: /rest/v19/users/{partyNumber}/groups