v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBCollaboration Groups
Create collaboration group for domain
post/v2/collaboration-groups/groups
Request body
Example request
{
"name": "Region North",
"domainId": 100,
"parentId": 10,
"labelId": 5,
"domoDashboardId": "abc12"
}Response
OK
Example response
{
"id": 1,
"name": "Region North",
"parentId": 10,
"domainId": 100,
"labelId": 5,
"domoDashboardId": "abc-123"
}