Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "621",
"type": "users",
"attributes": {
"name": "Charley Klocko",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Charley",
"last_name": "Klocko",
"full_name": "Charley Klocko",
"full_name_with_team": "[Jakubowski, Reilly and Dickinson] Charley Klocko",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-22T12:43:01.156-08:00",
"created_at": "2025-12-22T12:43:00.820-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "86396d07-027e-4bef-a8a5-5cf5ff59360f",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "1f2be0b2-c0b1-40a8-9a83-9cf1fb2597be",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "d6965e97-0ce0-4514-a3ec-f3565c75fa55",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "88b4a3cc-94a3-4b51-8321-258a73897a8b",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "c2b0ddff-8af8-4a2f-96eb-053a602d357e",
"type": "user_notification_rules"
},
{
"id": "a5a52130-d04d-40dd-8566-fe47e6786890",
"type": "user_notification_rules"
},
{
"id": "4c696138-d863-4677-b588-ec5ab8cc47a9",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "d6965e97-0ce0-4514-a3ec-f3565c75fa55",
"type": "groups",
"attributes": {
"slug": "et-deserunt-hic-qui",
"name": "Et deserunt hic 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": [
621
],
"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": "2025-12-22T12:43:04.269-08:00",
"updated_at": "2025-12-22T12:43:04.289-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "621",
"type": "users"
}
]
}
}
},
{
"id": "88b4a3cc-94a3-4b51-8321-258a73897a8b",
"type": "schedules",
"attributes": {
"name": "Schedule 40",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 637,
"owner_group_ids": [],
"created_at": "2025-12-22T12:43:04.534-08:00",
"updated_at": "2025-12-22T12:43:04.557-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "637",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "c2b0ddff-8af8-4a2f-96eb-053a602d357e",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"delay": 0,
"position": 1,
"user_email_address_id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-22T12:43:00.861-08:00",
"updated_at": "2025-12-22T12:43:00.861-08:00"
}
},
{
"id": "a5a52130-d04d-40dd-8566-fe47e6786890",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"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": "2025-12-22T12:43:04.599-08:00",
"updated_at": "2025-12-22T12:43:04.599-08:00"
}
},
{
"id": "4c696138-d863-4677-b588-ec5ab8cc47a9",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"delay": 0,
"position": 2,
"user_email_address_id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-22T12:43:00.853-08:00",
"updated_at": "2025-12-22T12:43:04.602-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": "621",
"type": "users",
"attributes": {
"name": "Charley Klocko",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Charley",
"last_name": "Klocko",
"full_name": "Charley Klocko",
"full_name_with_team": "[Jakubowski, Reilly and Dickinson] Charley Klocko",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-22T12:43:01.156-08:00",
"created_at": "2025-12-22T12:43:00.820-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "86396d07-027e-4bef-a8a5-5cf5ff59360f",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "1f2be0b2-c0b1-40a8-9a83-9cf1fb2597be",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "d6965e97-0ce0-4514-a3ec-f3565c75fa55",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "88b4a3cc-94a3-4b51-8321-258a73897a8b",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "c2b0ddff-8af8-4a2f-96eb-053a602d357e",
"type": "user_notification_rules"
},
{
"id": "a5a52130-d04d-40dd-8566-fe47e6786890",
"type": "user_notification_rules"
},
{
"id": "4c696138-d863-4677-b588-ec5ab8cc47a9",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "d6965e97-0ce0-4514-a3ec-f3565c75fa55",
"type": "groups",
"attributes": {
"slug": "et-deserunt-hic-qui",
"name": "Et deserunt hic 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": [
621
],
"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": "2025-12-22T12:43:04.269-08:00",
"updated_at": "2025-12-22T12:43:04.289-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "621",
"type": "users"
}
]
}
}
},
{
"id": "88b4a3cc-94a3-4b51-8321-258a73897a8b",
"type": "schedules",
"attributes": {
"name": "Schedule 40",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 637,
"owner_group_ids": [],
"created_at": "2025-12-22T12:43:04.534-08:00",
"updated_at": "2025-12-22T12:43:04.557-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "637",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "c2b0ddff-8af8-4a2f-96eb-053a602d357e",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"delay": 0,
"position": 1,
"user_email_address_id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-22T12:43:00.861-08:00",
"updated_at": "2025-12-22T12:43:00.861-08:00"
}
},
{
"id": "a5a52130-d04d-40dd-8566-fe47e6786890",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"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": "2025-12-22T12:43:04.599-08:00",
"updated_at": "2025-12-22T12:43:04.599-08:00"
}
},
{
"id": "4c696138-d863-4677-b588-ec5ab8cc47a9",
"type": "user_notification_rules",
"attributes": {
"user_id": 621,
"delay": 0,
"position": 2,
"user_email_address_id": "f27a17cd-000d-423d-b1f6-88d830a568d6",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-22T12:43:00.853-08:00",
"updated_at": "2025-12-22T12:43:04.602-08:00"
}
}
]
}