get
https://hub.xyte.io/core/v1/organization/groups/
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 |
Response
| Key | Subkey | Type | Description |
|---|---|---|---|
| id | string | Unique identifier of the group (UUID). | |
| name | string | Name of the group. | |
| created_at | datetime | Timestamp when the group was created. | |
| users | array | Users currently in the group. | |
| id | string | User UUID. | |
| name | string | User display name. | |
| string | User email address. |
Errors
| Status | Message | Description |
|---|---|---|
| 404 | Group not found | The group does not exist or does not belong to this organization. |
