# Patch User Group **PATCH /user-groups/{id}** This API call enables partial updates to a user group without providing the entire user group definition. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters #### Path parameters - **id** (integer) User group ID. ## Responses ### 200: Success Response #### Body Parameters: application/json (object) - **id** (integer) Unique identifier of user group - **name** (string) Name of user group. - **status** (string) Status of user group processing. - **message** (string) Status message of user group processing. ### 400: Failed Response #### Body Parameters: application/json (object) - **id** (integer) Unique identifier of user group - **name** (string) Name of user group. - **status** (string) Status of user group processing. - **message** (string) Status message of user group processing. ### 401: Authentication Error. Invalid credentials. #### Body Parameters: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403: Authorization Error. Invalid role for request. ### 404: Failed Response [Powered by Bump.sh](https://bump.sh)