URL
POST https://{api-url}/api/v2/tenants/{tenantId}/userGroups/{userGroupId}/users
Sample URLs
https://{api-url}/api/v2/tenants/client_100/userGroups/USRGRP-9a68ce5d-c5cd-40a2-9fa6-e496dfe6e01b/users
Parameters
Field | Data Type | Description |
---|---|---|
id | String | (Optional) Provide user ID to add user into the group. To fetch the users within a tenant, use the Search Users API. |
Status code
200 OK
Sample request
[{
"id": "USR0000000029"
},
{
"id": "USR0000000030"
}
]
Sample response
Null