Retrieves a specific user by id
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "616",
"type": "users",
"attributes": {
"name": "Glayds Haag",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Glayds",
"last_name": "Haag",
"full_name": "Glayds Haag",
"full_name_with_team": "[Murray LLC] Glayds Haag",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-05T21:29:43.418-08:00",
"created_at": "2025-12-05T21:29:43.050-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "b31b04fd-38de-448d-a9d8-d8a9f8882960",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "856313ec-c2ae-4a75-91af-791557444017",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "df3d927a-c528-49fe-abb2-59538fb970d1",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "2a060dd9-5d60-4949-a6c6-f81e83cf8205",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "d61cfb24-b983-47b8-bb90-2d8913e20b94",
"type": "user_notification_rules"
},
{
"id": "dc5183fc-8e6e-4f43-96c5-b940eee8fecd",
"type": "user_notification_rules"
},
{
"id": "0b958cfd-27fd-4552-8fb5-fd848cadd9bf",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "df3d927a-c528-49fe-abb2-59538fb970d1",
"type": "groups",
"attributes": {
"slug": "fugit-quis-nisi-dolorum",
"name": "Fugit quis nisi dolorum.",
"description": null,
"color": "#D7E7F5",
"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": [
616
],
"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-05T21:29:48.214-08:00",
"updated_at": "2025-12-05T21:29:48.231-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "616",
"type": "users"
}
]
}
}
},
{
"id": "2a060dd9-5d60-4949-a6c6-f81e83cf8205",
"type": "schedules",
"attributes": {
"name": "Schedule 40",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 632,
"owner_group_ids": [],
"created_at": "2025-12-05T21:29:48.453-08:00",
"updated_at": "2025-12-05T21:29:48.471-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "632",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "d61cfb24-b983-47b8-bb90-2d8913e20b94",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"delay": 0,
"position": 1,
"user_email_address_id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-05T21:29:43.105-08:00",
"updated_at": "2025-12-05T21:29:43.105-08:00"
}
},
{
"id": "dc5183fc-8e6e-4f43-96c5-b940eee8fecd",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"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-05T21:29:48.501-08:00",
"updated_at": "2025-12-05T21:29:48.501-08:00"
}
},
{
"id": "0b958cfd-27fd-4552-8fb5-fd848cadd9bf",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"delay": 0,
"position": 2,
"user_email_address_id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-05T21:29:43.097-08:00",
"updated_at": "2025-12-05T21:29:48.503-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
Unique ID of the user
users Show child attributes
The email of the user
Date of creation
Date of last update
First name of the user
Last name of the user
The full name of the user
The full name with team of the user
Configured time zone
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "616",
"type": "users",
"attributes": {
"name": "Glayds Haag",
"email": "[email protected]",
"phone": null,
"phone_2": null,
"first_name": "Glayds",
"last_name": "Haag",
"full_name": "Glayds Haag",
"full_name_with_team": "[Murray LLC] Glayds Haag",
"slack_id": null,
"time_zone": "Etc/UTC",
"updated_at": "2025-12-05T21:29:43.418-08:00",
"created_at": "2025-12-05T21:29:43.050-08:00"
},
"relationships": {
"email_addresses": {
"data": [
{
"id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"type": "user_email_addresses"
}
]
},
"phone_numbers": {
"data": []
},
"devices": {
"data": []
},
"role": {
"data": {
"id": "b31b04fd-38de-448d-a9d8-d8a9f8882960",
"type": "roles"
}
},
"on_call_role": {
"data": {
"id": "856313ec-c2ae-4a75-91af-791557444017",
"type": "on_call_roles"
}
},
"teams": {
"data": [
{
"id": "df3d927a-c528-49fe-abb2-59538fb970d1",
"type": "groups"
}
]
},
"schedules": {
"data": [
{
"id": "2a060dd9-5d60-4949-a6c6-f81e83cf8205",
"type": "schedules"
}
]
},
"notification_rules": {
"data": [
{
"id": "d61cfb24-b983-47b8-bb90-2d8913e20b94",
"type": "user_notification_rules"
},
{
"id": "dc5183fc-8e6e-4f43-96c5-b940eee8fecd",
"type": "user_notification_rules"
},
{
"id": "0b958cfd-27fd-4552-8fb5-fd848cadd9bf",
"type": "user_notification_rules"
}
]
}
}
},
"included": [
{
"id": "df3d927a-c528-49fe-abb2-59538fb970d1",
"type": "groups",
"attributes": {
"slug": "fugit-quis-nisi-dolorum",
"name": "Fugit quis nisi dolorum.",
"description": null,
"color": "#D7E7F5",
"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": [
616
],
"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-05T21:29:48.214-08:00",
"updated_at": "2025-12-05T21:29:48.231-08:00"
},
"relationships": {
"users": {
"data": [
{
"id": "616",
"type": "users"
}
]
}
}
},
{
"id": "2a060dd9-5d60-4949-a6c6-f81e83cf8205",
"type": "schedules",
"attributes": {
"name": "Schedule 40",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 632,
"owner_group_ids": [],
"created_at": "2025-12-05T21:29:48.453-08:00",
"updated_at": "2025-12-05T21:29:48.471-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "632",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
},
{
"id": "d61cfb24-b983-47b8-bb90-2d8913e20b94",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"delay": 0,
"position": 1,
"user_email_address_id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-05T21:29:43.105-08:00",
"updated_at": "2025-12-05T21:29:43.105-08:00"
}
},
{
"id": "dc5183fc-8e6e-4f43-96c5-b940eee8fecd",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"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-05T21:29:48.501-08:00",
"updated_at": "2025-12-05T21:29:48.501-08:00"
}
},
{
"id": "0b958cfd-27fd-4552-8fb5-fd848cadd9bf",
"type": "user_notification_rules",
"attributes": {
"user_id": 616,
"delay": 0,
"position": 2,
"user_email_address_id": "922641a6-461c-4b23-bc50-eeee1fb99610",
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2025-12-05T21:29:43.097-08:00",
"updated_at": "2025-12-05T21:29:48.503-08:00"
}
}
]
}