Get current user
curl --request GET \
--url https://api.rootly.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "621",
"type": "users",
"attributes": {
"name": "Otis Nicolas",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Otis",
"last_name": "Nicolas",
"full_name": "Otis Nicolas",
"full_name_with_team": "[Dicki LLC] Otis Nicolas",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-24T09:28:53.007-08:00",
"created_at": "2025-12-24T09:28:52.767-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "1f1b1ef0-c778-4b7d-9d9d-d1dbb032c7f3",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "a200f5db-bcae-4b7d-98d0-1850d2a1e807",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "d721b323-1428-4abe-8f5a-fb2fa7e21db0",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "c1e6cf0b-197d-4396-a8f1-dfef59414261",
"type": "user_notification_rules"
},
{
"id": "d39d5be5-03c9-4047-9438-56898b8064df",
"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": "621",
"type": "users",
"attributes": {
"name": "Otis Nicolas",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Otis",
"last_name": "Nicolas",
"full_name": "Otis Nicolas",
"full_name_with_team": "[Dicki LLC] Otis Nicolas",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-24T09:28:53.007-08:00",
"created_at": "2025-12-24T09:28:52.767-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "1f1b1ef0-c778-4b7d-9d9d-d1dbb032c7f3",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "a200f5db-bcae-4b7d-98d0-1850d2a1e807",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "d721b323-1428-4abe-8f5a-fb2fa7e21db0",
"type": "on_call_roles"
}
},
"teams": {
"data": []
},
"schedules": {
"data": []
},
"notification_rules": {
"data": [
{
"id": "c1e6cf0b-197d-4396-a8f1-dfef59414261",
"type": "user_notification_rules"
},
{
"id": "d39d5be5-03c9-4047-9438-56898b8064df",
"type": "user_notification_rules"
}
]
}
}
}
}