Remove a user from a group

Removes a specified user from a particular group. Use this endpoint when managing group membership during user offboarding, role changes, or access control updates. For example, call DELETE /scim/v2/Users/76a01ceb-1cdf-4cfe-a02d-a20c702052c4/Groups/ca44f6fb-d89f-40c1-b434-c322adb2795e to remove the user from the target group. Both the user and group must exist; returns 404 if either resource is not found.

Terminology

  • GUID: Globally Unique Identifier format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) used for user and group IDs - SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier (GUID - Globally Unique Identifier) of the user. Must be a valid UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). Obtain this value from GET /scim/v2/Users or user management operations.

uuid
required

The unique identifier (GUID - Globally Unique Identifier) of the group. Must be a valid UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). Obtain this value from GET /scim/v2/Groups or group management operations.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/scim+json