GET
/
v1
/
core
/
users
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/users
[
  {
    "id": "<string>",
    "email": "<string>",
    "organizationId": "<string>",
    "phoneNumber": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "memberTeamId": "<string>",
    "externalId": "<string>",
    "createdAt": "<string>",
    "disabled": true
  }
]

Query Parameters

disabled
boolean | null

Optionally filter by users which you have disabled.

Response

200 - application/json

Get users

The response is of type object[].