latestOpenAPI 3.1.02026-08-13118124304.8 KB

70a12bbb88c9

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
}