Returns the list of users in the authenticated caller organization, filtered by access role visibility rules.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Users list returned
[
{
"_id": "64ee9a8b1e7f2a0011223399",
"fullName": "Alex Rep",
"email": "alex@acme.example",
"accessRole": "DEPARTMENT_HEAD",
"organizationId": "64ee9a8b1e7f2a0011223344"
}
]