List users in organization and team (filtered)
User
List users in organization and team (filtered)
Returns users filtered by organizationId and/or departmentId. Visibility is further constrained by the caller access role.
POST
List users in organization and team (filtered)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Users list returned (bare array of user summaries — no envelope)
Example:
[
{
"_id": "5f7b1c2e8a1d4e0012c3b4a6",
"fullName": "Sam Patel",
"email": "sam.patel@acme.example",
"accessRole": "AGENT",
"organizationId": "64a1b2c3d4e5f60012345678"
}
]