Collaboration Groups

Associate employees to a collaboration group

post/v2/collaboration-groups/associate-employees

Request body

collaborationGroupIdinteger required
employeeIdsinteger[] required

Example request

{
  "collaborationGroupId": 1
}

Response

OK

collaborationGroupIdinteger
employeeIdsinteger[]

Example response

{
  "collaborationGroupId": 1
}

Changes

Changed in 1 of the 2 revisions of this API.1