Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1059",
"type": "users",
"attributes": {
"name": "Miguel Altenwerth",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Miguel",
"last_name": "Altenwerth",
"full_name": "Miguel Altenwerth",
"full_name_with_team": "[Reichel Group] Miguel Altenwerth",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-31T09:20:28.096-08:00",
"created_at": "2026-01-31T09:20:27.794-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "c06d1263-5f0f-4565-ae0e-bfe113ad5c9c",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "7975ff96-9592-41bf-b5f8-0de472d66e9b",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "36130f62-cfb3-44c1-9723-68c431a393cd",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "f95e77a4-2834-4c23-8b5c-4f3aaf6d1f7a",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"type": "user_notification_rules"
},
{
"id": "f91ae71a-f4c3-436d-97a2-16be279c215d",
"type": "user_notification_rules"
},
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "36130f62-cfb3-44c1-9723-68c431a393cd",
"type": "groups",
"attributes": {
"slug": "ut-voluptate-consequatur-veritatis",
"name": "Ut voluptate consequatur veritatis.",
"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": [
1059
],
"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-31T09:20:31.254-08:00",
"updated_at": "2026-01-31T09:20:31.267-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1059",
"type": "users"
}
]
}
}
},
{
"id": "f95e77a4-2834-4c23-8b5c-4f3aaf6d1f7a",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1075,
"owner_group_ids": [],
"created_at": "2026-01-31T09:20:31.432-08:00",
"updated_at": "2026-01-31T09:20:31.445-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1075",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"delay": 0,
"position": 1,
"user_email_address_id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"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-31T09:20:27.827-08:00",
"updated_at": "2026-01-31T09:20:27.827-08:00"
}
},
{
"id": "f91ae71a-f4c3-436d-97a2-16be279c215d",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"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-31T09:20:31.466-08:00",
"updated_at": "2026-01-31T09:20:31.466-08:00"
}
},
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"delay": 0,
"position": 2,
"user_email_address_id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"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-31T09:20:27.821-08:00",
"updated_at": "2026-01-31T09:20:31.468-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": "1059",
"type": "users",
"attributes": {
"name": "Miguel Altenwerth",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Miguel",
"last_name": "Altenwerth",
"full_name": "Miguel Altenwerth",
"full_name_with_team": "[Reichel Group] Miguel Altenwerth",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2026-01-31T09:20:28.096-08:00",
"created_at": "2026-01-31T09:20:27.794-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "c06d1263-5f0f-4565-ae0e-bfe113ad5c9c",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "7975ff96-9592-41bf-b5f8-0de472d66e9b",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "36130f62-cfb3-44c1-9723-68c431a393cd",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "f95e77a4-2834-4c23-8b5c-4f3aaf6d1f7a",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"type": "user_notification_rules"
},
{
"id": "f91ae71a-f4c3-436d-97a2-16be279c215d",
"type": "user_notification_rules"
},
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "36130f62-cfb3-44c1-9723-68c431a393cd",
"type": "groups",
"attributes": {
"slug": "ut-voluptate-consequatur-veritatis",
"name": "Ut voluptate consequatur veritatis.",
"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": [
1059
],
"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-31T09:20:31.254-08:00",
"updated_at": "2026-01-31T09:20:31.267-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "1059",
"type": "users"
}
]
}
}
},
{
"id": "f95e77a4-2834-4c23-8b5c-4f3aaf6d1f7a",
"type": "schedules",
"attributes": {
"name": "Schedule 45",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 1075,
"owner_group_ids": [],
"created_at": "2026-01-31T09:20:31.432-08:00",
"updated_at": "2026-01-31T09:20:31.445-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "1075",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "b4061e62-f222-4984-b293-56de0d33e378",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"delay": 0,
"position": 1,
"user_email_address_id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"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-31T09:20:27.827-08:00",
"updated_at": "2026-01-31T09:20:27.827-08:00"
}
},
{
"id": "f91ae71a-f4c3-436d-97a2-16be279c215d",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"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-31T09:20:31.466-08:00",
"updated_at": "2026-01-31T09:20:31.466-08:00"
}
},
{
"id": "46a5670a-dc51-4322-8d0e-f4bcfecf1ece",
"type": "user_notification_rules",
"attributes": {
"user_id": 1059,
"delay": 0,
"position": 2,
"user_email_address_id": "dfa6f2a8-018b-489d-bef9-03015223c0fa",
"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-31T09:20:27.821-08:00",
"updated_at": "2026-01-31T09:20:31.468-08:00"
}
}
]
}