List users in organization
Users
List users in organization
Returns the list of users in the authenticated caller organization, filtered by access role visibility rules.
GET
List users in organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Users list returned
Example:
[
{
"_id": "64ee9a8b1e7f2a0011223399",
"fullName": "Alex Rep",
"email": "alex@acme.example",
"accessRole": "DEPARTMENT_HEAD",
"organizationId": "64ee9a8b1e7f2a0011223344"
}
]