DELETE /_system/usergroups/{guid}/users/{user_guid}
Remove a user from a user group
Remove a user from a user group
| Key | Type | Example | Description |
|---|---|---|---|
| guidrequired | string | | |
| user_guidrequired | string | |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
{}{
"code": 401,
"error": "INVALID_ACCESS_TOKEN"
}| Status | Error Code | Description |
|---|---|---|
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
usergroups_remove | Required scope: usergroups_remove |
Back to User Groups Return to the User Groups category to view other endpoints All API Categories Browse all available API categories
