Users REST Endpoints
Application/2.0/Users
Users API endpoints.
- Create a user
- Method: postPath:
/api/rest/2.0/system/user - Delete a user
- Method: deletePath:
/api/rest/2.0/system/user/{id} - Enable or disable a user
- Method: putPath:
/api/rest/2.0/system/user/{id}/enabled - Retrieve a list of users
- Method: getPath:
/api/rest/2.0/system/users - Retrieve a user
- Method: getPath:
/api/rest/2.0/system/user/{id} - Retrieve the current user
- Method: getPath:
/api/rest/2.0/system/user/current - Update a user
- Method: putPath:
/api/rest/2.0/system/user/{id} - Update a user's password
- Method: putPath:
/api/rest/2.0/system/user/{id}/password