post
https://hub.xyte.io/core/v1/organization/groups//add_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 add. Users not belonging to this organization are silently ignored. This operation is idempotent — users already in the group are skipped. | Yes |
{
"user_ids": [
"9e34b87d-79ca-4dc3-ac42-8ce9ebe8be82",
"faf2ccca-7c32-4711-91c6-73f1b353ce3c"
]
}Response
Returns the updated group with its current members, reflecting all additions.
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. |
