User Groups V2
Add User Group Roles
Use this API to add a new role to a user group.
post/api/access/v2/user-groups/{groupId}/access-levels
Path parameters
groupIdstring uuid required
The unique identifier of the user group.
Request body
Example request
{
"organizationId": "323e4567-e89b-12d3-a456-426614174000",
"roleId": "223e4567-e89b-12d3-a456-426614174000"
}Response
Access level added successfully