Actions
Get Users
Get a list of users in your Blink tenant.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Display Name | Filter users by their display name. |
| Filter users by their email. | |
| Limit | Limit the number of results. |
| Offset | The offset of the results. |
{
"limit": 563,
"offset": 377,
"total": 314,
"results": [
{
"entity_id": "<string>",
"entity_type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"role": "<string>",
"groups": [
{
"id": "<string>",
"name": "<string>"
}
],
"auth_ids": [
"<string>"
]
}
]
}
Was this page helpful?