Skip to main content
List users of your company, with simple filters and pagination. Rows are ordered alphabetically by name (A→Z).

Parameters

Body

Free-text filter matched against the user’s normalized search field (name + email, lowercased, unidecoded).
status
string
Status filter. One of inactive, pending, active, archived. Defaults to non-archived users. One of: inactive, pending, active, archived.
manager
string
Narrow to this manager’s team — everyone below them in the hierarchy (all levels, not just direct reports). Match the manager by name or email (case-insensitive substring) or by ObjectId.
limit
integer
Page size, between 1 and 250. Defaults to 50.
offset
integer
Row offset into the result set — the number of rows to skip before this page. Pass the next_offset returned by the previous call, or None for the first page.

Response

Body

users
object[]
next_offset
integer