get
https://hub.xyte.io/core/v1/organization/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 user. | Yes |
Response
| Key | Type | Description |
|---|---|---|
| id | string | Unique identifier of the user (UUID). |
| name | string | Display name of the user. |
| string | Email address of the user. | |
| group_names | array | Names of the groups the user belongs to. |
| deactivated_at | datetime | Timestamp when the user was deactivated, or null if active. |
| created_at | datetime | Timestamp when the user was created. |
Errors
| Status | Message | Description |
|---|---|---|
| 404 | User not found | The user does not exist or does not belong to this organization. |
