Orgs
Lists the members of an organization as users, with username filter and sorting. Only members of the organization can call it; returns 404 otherwise.
get/v1/orgs/{orgId}/users
Path parameters
orgIdstring uuid required
Query parameters
page[size]number
page[after]string
page[before]string
filter[username]string
filter[username][eq]string
filter[username][ne]string
filter[username][gt]string
filter[username][gte]string
filter[username][lt]string
filter[username][lte]string
filter[username][like]string
Headers
Authorizationstring
Response
Default Response