Remove member from group using group id
DELETE {{baseUrl}}/api/group/userByGroupId?groupId=<string>&accountId=<string>
Remove user as a member from a group.
Permissions required: User must be a site admin.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
groupId | string | (Required) Id of the group whose membership is updated. | |
accountId | string | (Required) AccountId of the user whose membership is removed. |