Get collaboration device detail
GET {{baseUrl}}/users/:userId/collaboration_devices/:collaborationDeviceId
Get collaboration device detail. For user-level apps, pass the me
value instead of the userId
parameter.
Scopes: user:read:admin
,user:read
Rate Limit Label: MEDIUM
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","device_name":"\u003cstring\u003e","room_name":"\u003cstring\u003e","room_user_id":"\u003cstring\u003e","status":"Offline"}