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": "Miguel Altenwerth",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Miguel",
"last_name": "Altenwerth",
"full_name": "Miguel Altenwerth",
"full_name_with_team": "[Reichel Group] Miguel Altenwerth",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-31T09:20:28.096-08:00",
"created_at": "2026-01-31T09:20:27.794-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "c06d1263-5f0f-4565-ae0e-bfe113ad5c9c",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "7975ff96-9592-41bf-b5f8-0de472d66e9b",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules"
},
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"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": "Miguel Altenwerth",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Miguel",
"last_name": "Altenwerth",
"full_name": "Miguel Altenwerth",
"full_name_with_team": "[Reichel Group] Miguel Altenwerth",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-31T09:20:28.096-08:00",
"created_at": "2026-01-31T09:20:27.794-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "c06d1263-5f0f-4565-ae0e-bfe113ad5c9c",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "7975ff96-9592-41bf-b5f8-0de472d66e9b",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules"
},
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"type": "user_notification_rules"
}
]
}
}
}
}