Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns a paginated list of user objects for a workspace.
Example Output
{
"object": "<string>",
"results": [
{
"object": "<string>",
"id": "<string>",
"name": "<string>",
"avatar_url": null,
"type": "<string>",
"person": {
"email": "<string>"
}
},
{
"object": "<string>",
"id": "<string>",
"name": "<string>",
"avatar_url": "<string>",
"type": "<string>",
"person": {
"email": "<string>"
}
}
],
"next_cursor": null,
"has_more": false,
"type": "<string>",
"user": {},
"request_id": "<string>"
}
Workflow Library Example
List Users with Notion and Send Results Via Email