User API
Documents for REST APIs for User, Department and Group management.
Users
| API | Method | URL |
|---|---|---|
| Get User | GET | /v1/users.json |
| Get User's Departments | GET | /v1/user/organizations.json |
| Get User's Groups | GET | /v1/user/groups.json |
| Get User Services | GET | /v1/users/services.json |
| Add Users | POST | /v1/users.json |
| Update Users | PUT | /v1/users.json |
| Update User's Groups | PUT | /v1/user/groups.json |
| Update User Codes | PUT | /v1/users/codes.json |
| Update User Services | PUT | /v1/users/services.json |
| Delete Users | DELETE | /v1/users.json |
Departments
| API | Method | URL |
|---|---|---|
| Get Departments | GET | /v1/organizations.json |
| Get Department's Users | GET | /v1/organization/users.json |
| Add Departments | POST | /v1/organizations.json |
| Update Departments | PUT | /v1/organizations.json |
| Update Department Codes | PUT | /v1/organizations/codes.json |
| Update User's Departments | PUT | /v1/userOrganizations.json |
| Delete Departments | DELETE | /v1/organizations.json |
Groups
| API | Method | URL |
|---|---|---|
| Get Groups | GET | /v1/groups.json |
| Get Group's Users | GET | /v1/group/users.json |
| Add Groups | POST | /v1/groups.json |
| Update Groups | PUT | /v1/groups.json |
| Update Group Codes | PUT | /v1/groups/codes.json |
| Update Group's Users | PUT | /v1/group/users.json |
| Delete Groups | DELETE | /v1/groups.json |