Users REST Endpoints
AAA/Users
Use for managing users.
- Create a User
- Method: postPath:
/api/AAA/Users - Delete a User
- Method: deletePath:
/api/AAA/Users/{id} - Get a User by ID
- Method: getPath:
/api/AAA/Users/{id} - Get Users
- Method: getPath:
/api/AAA/Users - Get Users for Combo Boxes and Item Selectors
- Method: getPath:
/api/AAA/Users/readForSelect - Update a User
- Method: putPath:
/api/AAA/Users/{id}