post
https://hub.xyte.io/core/v1/organization/groups//remove_users
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Authorization
This endpoint requires Authorization.
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| id | string | UUID of the group. | Yes |
Request Body
| Key | Type | Description | Required |
|---|---|---|---|
| user_ids | array | List of user UUIDs to remove. Users not currently in the group are silently ignored. This operation is idempotent. | Yes |
{
"user_ids": ["9e34b87d-79ca-4dc3-ac42-8ce9ebe8be82"]
}Response
Returns the updated group with its current members, reflecting all removals.
Errors
| Status | Message | Description |
|---|---|---|
| 404 | Group not found | The group does not exist or does not belong to this organization. |
| 422 | Parameter user_ids is required | The user_ids field is missing. |
