Administrator Configuration
Root Resource Path
JSON Representation
"id": "ee828da8-5ee6-413d-82ac-1273f598659d",
"userName": "admin",
"password": "d36c07e15f98bea42b1cd80bca5b5ce4d9131c68",
"superUser": true
}
Property | Type | Description |
---|---|---|
id | String | Configuration id of the administrator. |
userName | String | Username of the Administrator. |
password | String | SHA-1 hash of the administrators password. |
superUser | Boolean | Flags specifiying if the administrator is a super admin. |
Resource Paths
communication_manager/rest/config/server/administrators | |
---|---|
Description | Accesses all the administrators in the system. |
GET | Gets all the administrators in the system. |
POST | Adds an administrator to the configuration. Errors:
|
| |
communication_manager/rest/config/server/administrators/{id} | |
Description | Accesses the configuration model for the specified core server. Parameters:
Errors:
|
GET | Gets the chat configuration model for the specified core server. |
Sub/Child Resource Paths
communication_manager/api/resource/core/{core_server_id}/users | |
---|---|
Description | Access the sub/child resource for users, in a specified core server, via the core server id. Parameters:
Errors:
See User Configuration for more information. |
| |
communication_manager/api/resource/core/{core_server_id}/statuses | |
Description | Access the sub/child resource for statuses, in a specified core server via the via the core server id. Parameters:
Errors:
See User Configuration for more information. |
| |
communication_manager/api/resource/core/{core_server_id}/userGroups | |
Description | Access the sub/child resource for user groups, in a specified core server via the via the core server id. Parameters:
Errors:
See User Group Configuration for more information. |
| |
communication_manager/api/resource/core/{core_server_id}/permissions | |
Description | Access the sub/child resource for permissions, in a specified core server via the via the core server id. Parameters:
Errors:
See Permissions Configuration for more information. |
| |
communication_manager/api/resource/core/{core_server_id}/authToken | |
Description | Access the sub/child resource for creating authentication tokens, via the core server id. For JSON used to in the request and response for this resource see Session Authentication Token above. Parameters:
Errors:
See Authentication Tokens for more information. |