Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "969",
"type": "users",
"attributes": {
"name": "Olevia Blick",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Olevia",
"last_name": "Blick",
"full_name": "Olevia Blick",
"full_name_with_team": "[Grimes and Sons] Olevia Blick",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-21T07:04:59.919-08:00",
"created_at": "2026-01-21T07:04:59.587-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "d0d5e6f9-6178-4209-93b2-0833c23f9e04",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "a3cc4310-135f-4df5-b8a4-6ee4f0c7aa93",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "e7f63499-2639-4868-bd65-6d835a125bcd",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "cfa4cb25-ce39-43ff-b209-ce03ddde2cad",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "60ae5947-7478-4a1d-b062-00b8f5fea741",
"type": "user_notification_rules"
},
{
"id": "3d80e7ee-3bdd-4a69-b370-759ea537f0b5",
"type": "user_notification_rules"
},
{
"id": "0863b2c7-f7f6-4f81-8054-ddfaefb1c93e",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "e7f63499-2639-4868-bd65-6d835a125bcd",
"type": "groups",
"attributes": {
"slug": "quo-voluptatem-facere-qui",
"name": "Quo voluptatem facere qui.",
"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": [
969
],
"admin_ids": [],
"incidents_count": 0,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "[email protected]",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2026-01-21T07:05:02.905-08:00",
"updated_at": "2026-01-21T07:05:02.925-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "969",
"type": "users"
}
]
}
}
},
{
"id": "cfa4cb25-ce39-43ff-b209-ce03ddde2cad",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 985,
"owner_group_ids": [],
"created_at": "2026-01-21T07:05:03.163-08:00",
"updated_at": "2026-01-21T07:05:03.183-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "985",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "60ae5947-7478-4a1d-b062-00b8f5fea741",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"delay": 0,
"position": 1,
"user_email_address_id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-21T07:04:59.628-08:00",
"updated_at": "2026-01-21T07:04:59.628-08:00"
}
},
{
"id": "3d80e7ee-3bdd-4a69-b370-759ea537f0b5",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"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"
],
"created_at": "2026-01-21T07:05:03.216-08:00",
"updated_at": "2026-01-21T07:05:03.216-08:00"
}
},
{
"id": "0863b2c7-f7f6-4f81-8054-ddfaefb1c93e",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"delay": 0,
"position": 2,
"user_email_address_id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-21T07:04:59.621-08:00",
"updated_at": "2026-01-21T07:05:03.218-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": "969",
"type": "users",
"attributes": {
"name": "Olevia Blick",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Olevia",
"last_name": "Blick",
"full_name": "Olevia Blick",
"full_name_with_team": "[Grimes and Sons] Olevia Blick",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-21T07:04:59.919-08:00",
"created_at": "2026-01-21T07:04:59.587-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "d0d5e6f9-6178-4209-93b2-0833c23f9e04",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "a3cc4310-135f-4df5-b8a4-6ee4f0c7aa93",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "e7f63499-2639-4868-bd65-6d835a125bcd",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "cfa4cb25-ce39-43ff-b209-ce03ddde2cad",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "60ae5947-7478-4a1d-b062-00b8f5fea741",
"type": "user_notification_rules"
},
{
"id": "3d80e7ee-3bdd-4a69-b370-759ea537f0b5",
"type": "user_notification_rules"
},
{
"id": "0863b2c7-f7f6-4f81-8054-ddfaefb1c93e",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "e7f63499-2639-4868-bd65-6d835a125bcd",
"type": "groups",
"attributes": {
"slug": "quo-voluptatem-facere-qui",
"name": "Quo voluptatem facere qui.",
"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": [
969
],
"admin_ids": [],
"incidents_count": 0,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "[email protected]",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2026-01-21T07:05:02.905-08:00",
"updated_at": "2026-01-21T07:05:02.925-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "969",
"type": "users"
}
]
}
}
},
{
"id": "cfa4cb25-ce39-43ff-b209-ce03ddde2cad",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 985,
"owner_group_ids": [],
"created_at": "2026-01-21T07:05:03.163-08:00",
"updated_at": "2026-01-21T07:05:03.183-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "985",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "60ae5947-7478-4a1d-b062-00b8f5fea741",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"delay": 0,
"position": 1,
"user_email_address_id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-21T07:04:59.628-08:00",
"updated_at": "2026-01-21T07:04:59.628-08:00"
}
},
{
"id": "3d80e7ee-3bdd-4a69-b370-759ea537f0b5",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"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"
],
"created_at": "2026-01-21T07:05:03.216-08:00",
"updated_at": "2026-01-21T07:05:03.216-08:00"
}
},
{
"id": "0863b2c7-f7f6-4f81-8054-ddfaefb1c93e",
"type": "user_notification_rules",
"attributes": {
"user_id": 969,
"delay": 0,
"position": 2,
"user_email_address_id": "b4792d2a-f8f3-4c8f-8a33-1221b3063f4a",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-21T07:04:59.621-08:00",
"updated_at": "2026-01-21T07:05:03.218-08:00"
}
}
]
}