Get current user
curl --request GET \
--url https://api.rootly.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "618",
"type": "users",
"attributes": {
"name": "Josette Olson",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Josette",
"last_name": "Olson",
"full_name": "Josette Olson",
"full_name_with_team": "[Mraz-Lynch] Josette Olson",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-17T22:52:56.858-08:00",
"created_at": "2025-12-17T22:52:56.584-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "20ab30cf-afb8-4231-8574-fbc8b5971ba8",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "89a17bbd-71e1-402a-9709-288206760d53",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "706abfa0-d9c2-4c8a-8dfb-e231cd314f8b",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "1adf13af-6ba7-437b-99e8-af1d123a6d90",
"type": "user_notification_rules"
},
{
"id": "88d9aa0a-5fc5-46d5-b49a-bb7f1b24d5f9",
"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": "618",
"type": "users",
"attributes": {
"name": "Josette Olson",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Josette",
"last_name": "Olson",
"full_name": "Josette Olson",
"full_name_with_team": "[Mraz-Lynch] Josette Olson",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-17T22:52:56.858-08:00",
"created_at": "2025-12-17T22:52:56.584-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "20ab30cf-afb8-4231-8574-fbc8b5971ba8",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "89a17bbd-71e1-402a-9709-288206760d53",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "706abfa0-d9c2-4c8a-8dfb-e231cd314f8b",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "1adf13af-6ba7-437b-99e8-af1d123a6d90",
"type": "user_notification_rules"
},
{
"id": "88d9aa0a-5fc5-46d5-b49a-bb7f1b24d5f9",
"type": "user_notification_rules"
}
]
}
}
}
}