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

Query Parameters

disabled
boolean | null

Optionally filter by users which you have disabled.

excludeSiroUsers
boolean | null

Whether to exclude users with Siro emails (including bot users)

Response

200 - application/json

Get users

data
object[]
required
cursor
string | null
required

Opaque cursor for pagination