SystemUser
GET
3 endpoints
/api/v202512/user/paginated
GetUsersPaginatedV202512
Gets a paginated list of users.
Requires View permission for Users & Roles.
If this permission is not available, restricted set of properties are returned.
/api/v3/user
GetUsersV3
Gets a list of users.
Requires View permission for Users & Roles.
If this permission is not available, restricted set of properties are returned.
There is a paginated version of GetUsers available at /api/v202512/user/paginated
/api/v3/user/{userId}
GetUserV3
Return a specific user and its properties. Requires View permission for Users & Roles
POST
3 endpoints
PUT
4 endpoints
/api/v202206/systemUser/{userId}/role
EditSystemUsersRoleV202206
Edit a system user's role.
/api/v202306/user/{userId}
Deprecated
EditUserV202306
Edit an existing user. Requires Manage permission for Users & Roles. Please note that password is optional; all other items are required. MaxApprovalAmount may be null; if there is an existing value and null is passed, the existing value will be overwritten.
/api/v202406/user/{userId}
EditUserV202406
Edit an existing user. Requires Manage permission for Users & Roles. Please note that password is optional; all other items are required. MaxApprovalAmount may be null; if there is an existing value and null is passed, the existing value will be overwritten.
/api/v3/user/{userId}
Deprecated
EditUserV3
Edit an existing user. Requires Manage permission for Users & Roles. Please note that password is optional; all other items are required. MaxApprovalAmount may be null; if there is an existing value and null is passed, the existing value will be overwritten.