Retrieve a paginated list of end users
end_users:read scope.
| Field | Type | Description |
|---|---|---|
data | array | Array of end user objects. |
has_more | boolean | Whether there are more results beyond this page. |
data contains:
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the end user (prefixed with eu_). |
external_id | string | Your system’s unique identifier for this user. |
email | string | User’s email address. |
name | string | User’s display name. |
metadata | object | Arbitrary key-value metadata. |
created_at | string | ISO 8601 timestamp of when the end user was created. |