GET
/
user
curl --request GET \
  --url https://api.axiom.co/v2/user
{
  "email": "john.doe@example.com",
  "id": "usr_123456789",
  "name": "John Doe",
  "role": {
    "id": "role_123456789",
    "name": "Organization Admin"
  }
}

Response

200 - application/json
User

Represents a user in the system