v1
latestOpenAPI 3.0.02026-08-04265791.1 MBGroups
Add Groups to Group
Add groups to a group
post/public/api/groups/{id}/groups
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"group_id": "mycompany_mycompany_test",
"user_ids": [
"53fb03c6546847ee0d33386b",
"53fb03c6546847ee0d30086a"
],
"group_ids": [
"mycompany_mycompany_group_1",
"mycompany_mycompany_group_2"
],
"updated_date": "2018-10-08T10:15:22.100Z",
"created_date": "2018-05-22T11:45:22.100Z"
}