delete
Remove a user from a usergroup
{{protocol}}://{{url}}/{{version}}/usergroups/:_key
Remove a user from the usergroup.
Authenticated. Permissions:
a
on the usergoup.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | domain |
Body
{
"userKey": "{{meKey}}"
}
Replace users in usergroup
Previous