Skip to content

Add users to group

Request

Add one or more users as members of a group.

Required permissions: apps:edit, [appId]:edit, groups:edit.

Security
ClientAccessToken
Path
group_idstringrequired

ID of the group to assign the users to

Bodyapplication/jsonrequired
user_idsArray of stringsrequired

ID of the users to assign to the group

curl -i -X POST \
  'https://api.sbx.transmitsecurity.io/cis/v1/groups/{group_id}/members' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "user_ids": [
      "string"
    ]
  }'

Responses

Assigned users to group.

Response
No content