GET
/
org
/
users
curl --request GET \
  --url https://svc.sandbox.anon.com/org/users \
  --header 'Authorization: Bearer <token>'
{
  "appUsers": [
    {
      "id": "<string>",
      "email": "<string>",
      "phoneNumber": "<string>",
      "appUserPoolId": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
appUsers
object[]
required