Retrieves a paginated list of users in a workspace.
Documentation Index
Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
The ID of the workspace.
[
{
"id": "01kqh44c37apzs7pvs1gdatz57",
"name": "Jane Smith",
"email": "dare.emelie@example.com",
"role": null,
"is_owner": false,
"modules": [],
"agent_ids": []
},
{
"id": "01kqh44cjxkx5qgtamexrsypag",
"name": "Jane Smith",
"email": "okeefe.isidro@example.org",
"role": null,
"is_owner": false,
"modules": [],
"agent_ids": []
}
]