Pathnovo Logo
GET/api/v1/orgs/users🔒 Auth required

List all users in the caller's org (org admin only)

Responses

200SuccessArray<UserResponse>
[
  {
    "id": "UUID",
    "email": "str",
    "full_name": "str | null",
    "org_id": "UUID",
    "is_org_admin": "bool",
    "status": "str",
    "created_at": "datetime"
  }
]
403Caller is not an org admin