Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Starred queries endpoints
User endpoints
User endpoints
Retrieve current user
Retrieve current user
Get current user
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
Was this page helpful?
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"
}
}