Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1057",
"type": "users",
"attributes": {
"name": "Sharda Dickinson",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Sharda",
"last_name": "Dickinson",
"full_name": "Sharda Dickinson",
"full_name_with_team": "[Baumbach-Friesen] Sharda Dickinson",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-28T06:34:37.879-08:00",
"created_at": "2026-01-28T06:34:37.612-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "1603117b-a08c-4b4c-84a0-8f4b25a0a609",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "df4006cb-f2cc-4e4c-a3da-aa7de5770c41",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "626272c9-a78f-4862-84fc-7455563f43b4",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "c0a957b4-26b6-478f-9616-4455e07ed12c",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "0fe51034-5376-4304-a161-5c53270ca1ef",
"type": "user_notification_rules"
},
{
"id": "fe85046a-b2ab-4bfb-a0e8-1834d98393c0",
"type": "user_notification_rules"
},
{
"id": "9ec949b2-9db3-43ba-883d-4a0c57320bed",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "626272c9-a78f-4862-84fc-7455563f43b4",
"type": "groups",
"attributes": {
"slug": "quo-facilis-animi-optio",
"name": "Quo facilis animi optio.",
"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": [
1057
],
"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-28T06:34:40.128-08:00",
"updated_at": "2026-01-28T06:34:40.141-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1057",
"type": "users"
}
]
}
}
},
{
"id": "c0a957b4-26b6-478f-9616-4455e07ed12c",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1073,
"owner_group_ids": [],
"created_at": "2026-01-28T06:34:40.282-08:00",
"updated_at": "2026-01-28T06:34:40.295-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1073",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "0fe51034-5376-4304-a161-5c53270ca1ef",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"delay": 0,
"position": 1,
"user_email_address_id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "audible",
"created_at": "2026-01-28T06:34:37.647-08:00",
"updated_at": "2026-01-28T06:34:37.647-08:00"
}
},
{
"id": "fe85046a-b2ab-4bfb-a0e8-1834d98393c0",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"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-01-28T06:34:40.316-08:00",
"updated_at": "2026-01-28T06:34:40.316-08:00"
}
},
{
"id": "9ec949b2-9db3-43ba-883d-4a0c57320bed",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"delay": 0,
"position": 2,
"user_email_address_id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-01-28T06:34:37.641-08:00",
"updated_at": "2026-01-28T06:34:40.317-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": "1057",
"type": "users",
"attributes": {
"name": "Sharda Dickinson",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Sharda",
"last_name": "Dickinson",
"full_name": "Sharda Dickinson",
"full_name_with_team": "[Baumbach-Friesen] Sharda Dickinson",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-28T06:34:37.879-08:00",
"created_at": "2026-01-28T06:34:37.612-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "1603117b-a08c-4b4c-84a0-8f4b25a0a609",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "df4006cb-f2cc-4e4c-a3da-aa7de5770c41",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "626272c9-a78f-4862-84fc-7455563f43b4",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "c0a957b4-26b6-478f-9616-4455e07ed12c",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "0fe51034-5376-4304-a161-5c53270ca1ef",
"type": "user_notification_rules"
},
{
"id": "fe85046a-b2ab-4bfb-a0e8-1834d98393c0",
"type": "user_notification_rules"
},
{
"id": "9ec949b2-9db3-43ba-883d-4a0c57320bed",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "626272c9-a78f-4862-84fc-7455563f43b4",
"type": "groups",
"attributes": {
"slug": "quo-facilis-animi-optio",
"name": "Quo facilis animi optio.",
"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": [
1057
],
"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-28T06:34:40.128-08:00",
"updated_at": "2026-01-28T06:34:40.141-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1057",
"type": "users"
}
]
}
}
},
{
"id": "c0a957b4-26b6-478f-9616-4455e07ed12c",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1073,
"owner_group_ids": [],
"created_at": "2026-01-28T06:34:40.282-08:00",
"updated_at": "2026-01-28T06:34:40.295-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1073",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "0fe51034-5376-4304-a161-5c53270ca1ef",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"delay": 0,
"position": 1,
"user_email_address_id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "audible",
"created_at": "2026-01-28T06:34:37.647-08:00",
"updated_at": "2026-01-28T06:34:37.647-08:00"
}
},
{
"id": "fe85046a-b2ab-4bfb-a0e8-1834d98393c0",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"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-01-28T06:34:40.316-08:00",
"updated_at": "2026-01-28T06:34:40.316-08:00"
}
},
{
"id": "9ec949b2-9db3-43ba-883d-4a0c57320bed",
"type": "user_notification_rules",
"attributes": {
"user_id": 1057,
"delay": 0,
"position": 2,
"user_email_address_id": "0850c38a-71c5-4962-8c16-bc95659b9fef",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-01-28T06:34:37.641-08:00",
"updated_at": "2026-01-28T06:34:40.317-08:00"
}
}
]
}