GET {{baseUrl}}/users/:userId/collaboration_devices
List a user's collaboration devices. For user-level apps, pass the Scopes: Rate Limit Label: me
value instead of the userId
parameter.user:read:admin
,user:read
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"total_records": "<integer>",
"collaboration_devices": [
{
"id": "<string>",
"device_name": "<string>",
"room_name": "<string>",
"room_user_id": "<string>",
"status": "Offline"
},
{
"id": "<string>",
"device_name": "<string>",
"room_name": "<string>",
"room_user_id": "<string>",
"status": "Online"
}
]
} |
ENDPOINTS