Users REST Endpoints

AAA/Users
Use for managing users.
Create a User
Method: post
Path: /api/AAA/Users
Delete a User
Method: delete
Path: /api/AAA/Users/{id}
Get a User by ID
Method: get
Path: /api/AAA/Users/{id}
Get Users
Method: get
Path: /api/AAA/Users
Get Users for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/Users/readForSelect
Update a User
Method: put
Path: /api/AAA/Users/{id}