v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Add Members to Group

post/applications/{client_id}/profile-groups/{group_id}/members/

Path parameters

client_idstring required
group_idstring required

Request body

custom_idsstring[]

Add either custom_ids or application_profile_ids

profile_idsstring[]

Response

200

successfully_addedstring[]

Example response

{
  "successfully_added": [
    "CUSTOM-7"
  ]
}