v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Collaboration Groups

Get collaboration group by root id and employee id

get/v2/collaboration-groups/by-root/{rootCollaborationGroupId}/employee/{employeeId}

Path parameters

rootCollaborationGroupIdinteger required
employeeIdinteger required

Response

OK

idinteger
namestring
groupsinteger[]
employeesinteger[]
parentinteger
childreninteger[]
labelIdinteger
domoDashboardIdstring
isArchivedboolean

Example response

{
  "id": 1,
  "name": "Region North",
  "parent": 10,
  "labelId": 5,
  "domoDashboardId": "abc12"
}