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: get
Path: /api/REST/1.0/system/users
Retrieve a user
Method: get
Path: /api/REST/1.0/system/user/{id}
Update a user
Method: put
Path: /api/REST/1.0/system/user/{id}