GET
/
users
curl --request GET \
  --url https://api.axiom.co/v2/users \
  --header 'Authorization: Bearer <token>'
[
  {
    "email": "[email protected]",
    "id": "usr_123456789",
    "name": "John Doe",
    "role": {
      "id": "role_123456789",
      "name": "Organization Admin"
    }
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

User

The response is of type object[].