v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
User

List Users

Returns the list of all the Users within your Organization.

get/users

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

emailobject

Filter by email.

Filter by email. Allowed operators: eq. Example: email[eq]=user@example.com

Response

OK

Example response

{
  "data": [
    {
      "id": "550e8402-e29b-41d4-a716-446655440000",
      "email": "john.doe@example.com",
      "locale": "fr",
      "status": "completed",
      "is_active": true,
      "role": "member"
    }
  ]
}