This webservice allows clients to manage user information inside the CorEMR system. It can be used to retrieve, edit, and delete users, a user's type, and their facility access.
Actions
Action
REST Verb
Route
Description
Read
GET
/ws/users/
Gets list of users in the system. Filters can be applied, as explained below.
| Action | REST Verb | Route | Description
|--------|-----------|-------------------------------------------------|
| Read | GET { .get } | /ws/users/{username}/facilities/ | Gets a list of Facilities assigned to the User.
| Add | POST { .pst } | /ws/users/{username}/facilities/ | Assigns the specified Facility to the User.
| Update | PUT { .put } | /ws/users/{username}/facilities/{facility_code} | Updates the user's access to the specified facility.
| Delete | DELETE { .del } | /ws/users/{username}/facilities/{facility_code} | Removes the specified Facility from the user.