Users REST Endpoints
Users
The operations from the Users category.
- Add or Import Users
- Method: postPath:
/users - Delete User
- Method: deletePath:
/users/{id} - Delete Users
- Method: postPath:
/users/actions/delete - Get User
- Method: getPath:
/users/{id} - Search or Export Users
- Method: getPath:
/users - Update User
- Method: putPath:
/users/{id}