# Modify group membership **PATCH /Groups/{identifier}** Modify group members using SCIM PATCH operations ## Servers - Production server: https://setup.adra.com/api/organizations/{organizationSid}/scim (Production server) ## Authentication methods - Adra personal access token ## Parameters ### Path parameters - **identifier** (string) Identifier of the group to modify ### Body: application/json (object) - **operations** (array[object] | null) - **schemas** (array[string] | null) ## Responses ### 200 OK #### Body: application/scim+json (object) - **meta** (object | null) - **displayName** (string | null) The display name of the group, typically in format 'Organization|Product|Role' - **members** (array[object] | null) - **id** (string | null) - **schemas** (array[string] | null) ### 204 Operation successful ### 400 Bad Request #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 403 Forbidden #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 500 Internal Server Error #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 501 Not Implemented #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)