Skip to main content
GET
/
users
List users
curl --request GET \
  --url https://ai-api.getbreezyapp.com/api/v1/users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "id": "<string>",
      "email": "jsmith@example.com",
      "firstName": "<string>",
      "lastName": "<string>"
    }
  ],
  "total": 0
}

Authorizations

Authorization
string
header
required

Auth0 user JWT bearer token. User principals can manage API keys and call tenant-scoped customer endpoints.

Response

200 - application/json

OK

users
object[]
required
total
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991