Remove user from a group
Log in to add to favouritesDELETE/api/security/groups/{groupIdentifier}/users/{userIdentifier}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
groupIdentifier(required) | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id |
UserIdentifier(required) | path | string | user identifier | For convenience, User resources can be referenced by using one of several identifiers - username, email address or Id. |
Responses
Examples
Remove a user from a group by Id
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/3d063773-2ca9-4baf-90e1-ed674fa68640
Remove a user from a named group by Id
DELETE: /api/security/groups/Paper%20Street%20Soap%20Company/users/3d063773-2ca9-4baf-90e1-ed674fa68640
Remove a user from a group by username
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/tdurden
Remove a user from a group by email address
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/t.durden@fightclub.com
Remarks
Permissions
Member of System Administrators
.