Remove user from a group
Log in to add to favouritesPage last updated 17 June 2022
DELETE/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
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/3d063773-2ca9-4baf-90e1-ed674fa68640DELETE: /api/security/groups/Paper%20Street%20Soap%20Company/users/3d063773-2ca9-4baf-90e1-ed674fa68640
DELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/tdurdenDELETE: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/users/t.durden@fightclub.comRemarks
Permissions
Member of System Administrators.