Retrieve user

GET/v2/users/{id}

Get user by ID

Parameters #

PropertyTypeLocationDescription
idstringRequiredpath

Request #

curl -X GET 'https://api.axiom.co/v2/users/ID' \
  -H 'Authorization: Bearer API_TOKEN'
Try itRun this request against your Axiom organization

Credentials stay in this browser tab and are only sent to Axiom when you run the request.

Response #

200User
application/json
PropertyTypeDescription
emailstringRequiredUser's email address
idstringRequiredUnique identifier for the user
namestringRequiredUser's full name
roleobjectRequiredDetailed information about a user's role
idstringRequiredUnique identifier for the role
namestringRequiredHuman-readable name of the role