Get current user
curl --request GET \
--url https://api.rootly.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1087",
"type": "users",
"attributes": {
"name": "Chasity Senger",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Chasity",
"last_name": "Senger",
"full_name": "Chasity Senger",
"full_name_with_team": "[Bergstrom-Powlowski] Chasity Senger",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-12T20:46:35.185-08:00",
"created_at": "2026-02-12T20:46:34.929-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "89622299-7b9a-4f4a-a28e-45cd4ba8ef1d",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "91dac4df-4dab-4542-9d6a-e039a0dff357",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "ff125580-5f08-4119-8276-3dbcdb1c3c4a",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "2538077b-459a-4888-8b59-a2dc1b8d9d10",
"type": "user_notification_rules"
},
{
"id": "235ce31d-01b8-459a-a74f-4f92a3daf41d",
"type": "user_notification_rules"
}
]
}
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1087",
"type": "users",
"attributes": {
"name": "Chasity Senger",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Chasity",
"last_name": "Senger",
"full_name": "Chasity Senger",
"full_name_with_team": "[Bergstrom-Powlowski] Chasity Senger",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-12T20:46:35.185-08:00",
"created_at": "2026-02-12T20:46:34.929-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "89622299-7b9a-4f4a-a28e-45cd4ba8ef1d",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "91dac4df-4dab-4542-9d6a-e039a0dff357",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "ff125580-5f08-4119-8276-3dbcdb1c3c4a",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "2538077b-459a-4888-8b59-a2dc1b8d9d10",
"type": "user_notification_rules"
},
{
"id": "235ce31d-01b8-459a-a74f-4f92a3daf41d",
"type": "user_notification_rules"
}
]
}
}
}
}