Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users
{
"id": "cb250fe1-a20d-4cf8-a4c2-a8454fd5fc4f",
"configurationId": "ed38fe4d-13ad-4fd0-be25-d3404c421370",
"userName": "4224",
"displayedName": "Michael Y (desk)",
"permissionId": "ed38fe4d-13ad-4fd0-be25-d3404c421370"
}
| | |
---|
| | |
| | The id of the configuration object that represents the user. |
| | The username of the user. |
| | The display name of the user. |
| | The user's permission id. |
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users |
---|
| Accesses the state of all users in a core server. Parameters: - core_server_id: the id of the core server to get the user from
- core_server_slug: the slug of the core server to get the user from
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
|
| Gets the state of all users in a core server. |
|
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users/{user_id} |
---|
| Accesses the state of a specific user in a core server, by user id. Parameters: - core_server_id: the id of the core server to get the user from
- core_server_slug: the slug of the core server to get the user from
- user_id: the id of the user to access
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
- 404 Not Found: Returned if no user with the given id exists in the specified core server
|
| Gets the state of a specific user in a core server. |
|
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users/getByName/{username} |
---|
| Accesses the state of a specific user in a core server, by username. Parameters: - core_server_id: the id of the core server to get the user from
- core_server_slug: the slug of the core server to get the user from
- user_name: the username of the user to access
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
- 404 Not Found: Returned if no user with the given username exists in the specified core server
|
| Gets the state of a specific user in a core server. |
|
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users/[{user_id} | getByName/{username}]/logins |
---|
| Access the sub/child resource for the active logins of specific user. Parameters: - core_server_id: the id of the parent core server
- core_server_slug: the slug of the parent core server
- user_id: the id of the parent user
- user_name: the username of the parent user
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
- 404 Not Found: Returned if no user with the given id or username exists in the specified core server
|
|
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users/[{user_id} | getByName/{username}]/status |
---|
| Access the sub/child resource for the status of a specific user. Parameters: - core_server_id: the id of the parent core server
- core_server_slug: the slug of the parent core server
- user_id: the id of the parent user
- user_name: the username of the parent user
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
- 404 Not Found: Returned if no user with the given id or username exists in the specified core server
|
|
communication_manager/rest/live/coreServers/[{core_server_id} | getByName/{core_server_slug}]/users/[{user_id} | getByName/{username}]/extensions |
---|
| Access the sub/child resource for the extensions bound to a specific user. Parameters: - core_server_id: the id of the parent core server
- core_server_slug: the slug of the parent core server
- user_id: the id of the parent user
- user_name: the username of the parent user
Errors: - 404 Not Found: Returned if no core server with the given id or slug exists
- 404 Not Found: Returned if no user with the given id or username exists in the specified core server
|
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/users
curl --user manager:manag3rpa55word -i -H "Accept: application/json" http://localhost:58080/communication_manager/rest/live/coreServers/ca5de6c4-17bd-46ce-95a2-8b29c7812ca4/users/4aff6119-54e8-4884-bff6-f76c7dddf74b