v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Users

List Users

Returns a list of users.


Users are returned sorted in descending order based on creation date.

get/tenants/{tenant_id}/users

Path parameters

tenant_idstring uuid required

The ID of the tenant to get users for.

Query parameters

email[]string[]

The email address for the users to retrieve.

external_provider_id[]string[]

The external_provider_id for the users to retrieve.

partner_id[]string[]

The partner_id for the users to retrieve.

Response

Users successfully retrieved.

Example response

{
  "users": [
    {
      "first_name": "Christopher",
      "last_name": "Hopper",
      "email": "support@aurorasolar.com",
      "account_status": "active"
    }
  ]
}