Get current user
curl --request GET \
--url https://api.rootly.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1059",
"type": "users",
"attributes": {
"name": "Preston Kuhn",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Preston",
"last_name": "Kuhn",
"full_name": "Preston Kuhn",
"full_name_with_team": "[Predovic Group] Preston Kuhn",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-06T20:52:08.652-08:00",
"created_at": "2026-02-06T20:52:08.313-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "6f345e9e-c5c2-4392-a2d9-63a56259959e",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "bd17b440-8f03-4cb0-8296-c7723f41d5a8",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "6cd24415-9af9-447d-a672-7fbb4e635b6d",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "7a421c89-1926-4109-80f8-9484f7e58f1e",
"type": "user_notification_rules"
},
{
"id": "2723c262-ea77-43cb-a30c-9bec2073f237",
"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": "1059",
"type": "users",
"attributes": {
"name": "Preston Kuhn",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Preston",
"last_name": "Kuhn",
"full_name": "Preston Kuhn",
"full_name_with_team": "[Predovic Group] Preston Kuhn",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-06T20:52:08.652-08:00",
"created_at": "2026-02-06T20:52:08.313-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "6f345e9e-c5c2-4392-a2d9-63a56259959e",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "bd17b440-8f03-4cb0-8296-c7723f41d5a8",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "6cd24415-9af9-447d-a672-7fbb4e635b6d",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "7a421c89-1926-4109-80f8-9484f7e58f1e",
"type": "user_notification_rules"
},
{
"id": "2723c262-ea77-43cb-a30c-9bec2073f237",
"type": "user_notification_rules"
}
]
}
}
}
}