Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1157",
"type": "users",
"attributes": {
"name": "Philip Leannon",
"email": "buford_walker@ratke.example",
"phone": null,
"phone_2": null,
"first_name": "Philip",
"last_name": "Leannon",
"full_name": "Philip Leannon",
"full_name_with_team": "[Mayert LLC] Philip Leannon",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-20T18:01:48.731-08:00",
"created_at": "2026-02-20T18:01:48.470-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "3501afea-32d8-44ec-b4eb-3cc597f51973",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "b44fbc36-1553-4657-bb7a-1d96d2d3612c",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "e7fba766-9c8e-402e-bb46-03f24bf4a699",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "666a30da-e0da-4de4-9c33-632418d94f33",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "a54c48f7-f790-4975-978a-16a871e69337",
"type": "user_notification_rules"
},
{
"id": "66c11371-bd13-42bd-9101-7d2a71a966e9",
"type": "user_notification_rules"
},
{
"id": "12ab5fea-e76e-4712-8ce8-eba41fdb62b3",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "e7fba766-9c8e-402e-bb46-03f24bf4a699",
"type": "groups",
"attributes": {
"slug": "voluptatibus-vel-reiciendis-deserunt",
"name": "Voluptatibus vel reiciendis deserunt.",
"description": null,
"color": "#E65252",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"pagerduty_id": null,
"pagerduty_service_id": null,
"backstage_id": null,
"external_id": null,
"opsgenie_id": null,
"victor_ops_id": null,
"pagertree_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"user_ids": [
1157
],
"admin_ids": [],
"incidents_count": 0,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "group-93a9c9ac060b1947923e2c4787a0fc07@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2026-02-20T18:01:51.029-08:00",
"updated_at": "2026-02-20T18:01:51.041-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1157",
"type": "users"
}
]
}
}
},
{
"id": "666a30da-e0da-4de4-9c33-632418d94f33",
"type": "schedules",
"attributes": {
"name": "Schedule 46",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1173,
"owner_group_ids": [],
"created_at": "2026-02-20T18:01:51.191-08:00",
"updated_at": "2026-02-20T18:01:51.206-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1173",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "a54c48f7-f790-4975-978a-16a871e69337",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 0,
"position": 1,
"user_email_address_id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "audible",
"created_at": "2026-02-20T18:01:48.502-08:00",
"updated_at": "2026-02-20T18:01:48.502-08:00"
}
},
{
"id": "66c11371-bd13-42bd-9101-7d2a71a966e9",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 1,
"position": 1,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-20T18:01:51.227-08:00",
"updated_at": "2026-02-20T18:01:51.227-08:00"
}
},
{
"id": "12ab5fea-e76e-4712-8ce8-eba41fdb62b3",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 0,
"position": 2,
"user_email_address_id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-20T18:01:48.496-08:00",
"updated_at": "2026-02-20T18:01:51.228-08:00"
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
comma separated if needed. eg: email_addresses,phone_numbers
email_addresses, phone_numbers, devices, role, on_call_role, teams, schedules, notification_rules user found with teams, schedules, and notification_rules includes
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1157",
"type": "users",
"attributes": {
"name": "Philip Leannon",
"email": "buford_walker@ratke.example",
"phone": null,
"phone_2": null,
"first_name": "Philip",
"last_name": "Leannon",
"full_name": "Philip Leannon",
"full_name_with_team": "[Mayert LLC] Philip Leannon",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-02-20T18:01:48.731-08:00",
"created_at": "2026-02-20T18:01:48.470-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "3501afea-32d8-44ec-b4eb-3cc597f51973",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "b44fbc36-1553-4657-bb7a-1d96d2d3612c",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "e7fba766-9c8e-402e-bb46-03f24bf4a699",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "666a30da-e0da-4de4-9c33-632418d94f33",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "a54c48f7-f790-4975-978a-16a871e69337",
"type": "user_notification_rules"
},
{
"id": "66c11371-bd13-42bd-9101-7d2a71a966e9",
"type": "user_notification_rules"
},
{
"id": "12ab5fea-e76e-4712-8ce8-eba41fdb62b3",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "e7fba766-9c8e-402e-bb46-03f24bf4a699",
"type": "groups",
"attributes": {
"slug": "voluptatibus-vel-reiciendis-deserunt",
"name": "Voluptatibus vel reiciendis deserunt.",
"description": null,
"color": "#E65252",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"pagerduty_id": null,
"pagerduty_service_id": null,
"backstage_id": null,
"external_id": null,
"opsgenie_id": null,
"victor_ops_id": null,
"pagertree_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"user_ids": [
1157
],
"admin_ids": [],
"incidents_count": 0,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "group-93a9c9ac060b1947923e2c4787a0fc07@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2026-02-20T18:01:51.029-08:00",
"updated_at": "2026-02-20T18:01:51.041-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1157",
"type": "users"
}
]
}
}
},
{
"id": "666a30da-e0da-4de4-9c33-632418d94f33",
"type": "schedules",
"attributes": {
"name": "Schedule 46",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1173,
"owner_group_ids": [],
"created_at": "2026-02-20T18:01:51.191-08:00",
"updated_at": "2026-02-20T18:01:51.206-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1173",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "a54c48f7-f790-4975-978a-16a871e69337",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 0,
"position": 1,
"user_email_address_id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "audible",
"created_at": "2026-02-20T18:01:48.502-08:00",
"updated_at": "2026-02-20T18:01:48.502-08:00"
}
},
{
"id": "66c11371-bd13-42bd-9101-7d2a71a966e9",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 1,
"position": 1,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-20T18:01:51.227-08:00",
"updated_at": "2026-02-20T18:01:51.227-08:00"
}
},
{
"id": "12ab5fea-e76e-4712-8ce8-eba41fdb62b3",
"type": "user_notification_rules",
"attributes": {
"user_id": 1157,
"delay": 0,
"position": 2,
"user_email_address_id": "94be7995-2bac-44f3-8a95-878a63fb09d8",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-20T18:01:48.496-08:00",
"updated_at": "2026-02-20T18:01:51.228-08:00"
}
}
]
}