Users REST Endpoints
Application/1.0/Users
Users API endpoints. The API allows you to modify such things as a user's time preference.
Learn more about user management.
- Retrieve a list of users
- Method: getPath:
/api/REST/1.0/system/users - Retrieve a user
- Method: getPath:
/api/REST/1.0/system/user/{id} - Update a user
- Method: putPath:
/api/REST/1.0/system/user/{id}