# Add a user to a group Remove a use rfrom a user group. Endpoint: PUT /api/groups/{id}/remove/{userId} Version: 24.9.2.5 Security: ApiKeyAuth, Bearer ## Path parameters: - `id` (string, required) Group ID - `userId` (string, required) User ID ## Response 200 fields (application/json): - `message` (string) Example: "Operation succeeded" - `result` (any) - `success` (boolean) Example: true ## Response 403 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean) ## Response 404 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean)