Skip to main content
GET
/
v1
/
users
/
{id}
Retrieves an user
curl --request GET \
  --url https://api.rootly.com/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "567",
    "type": "users",
    "attributes": {
      "name": "Nicolette Cummerata",
      "email": "elvin@cole-wehner.example",
      "phone": null,
      "phone_2": null,
      "first_name": "Nicolette",
      "last_name": "Cummerata",
      "full_name": "Nicolette Cummerata",
      "full_name_with_team": "[Skiles-Funk] Nicolette Cummerata",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-11-14T13:19:01.298-08:00",
      "created_at": "2025-11-14T13:19:00.882-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "b1bd4466-5f26-453f-8efa-8c1223f4546d",
            "type": "user_email_addresses"
          }
        ]
      },
      "phone_numbers": {
        "data": []
      },
      "devices": {
        "data": []
      },
      "role": {
        "data": {
          "id": "8b513e4b-8044-4053-b31a-07a42b1f4e77",
          "type": "roles"
        }
      },
      "on_call_role": {
        "data": {
          "id": "fae6c4d1-5232-459c-ac39-c96b0344ee12",
          "type": "on_call_roles"
        }
      },
      "teams": {
        "data": [
          {
            "id": "a3cec10f-8e64-4362-92d2-be68f54f344f",
            "type": "groups"
          }
        ]
      },
      "schedules": {
        "data": [
          {
            "id": "74e06387-ebc1-4396-8888-a8bb3a1af50e",
            "type": "schedules"
          }
        ]
      },
      "notification_rules": {
        "data": [
          {
            "id": "efa4b835-4daf-4a0a-8b5d-966bb76b377f",
            "type": "user_notification_rules"
          },
          {
            "id": "839ed74d-7913-4e59-92d0-139b08560f18",
            "type": "user_notification_rules"
          },
          {
            "id": "5ad21e62-9209-4384-a7b9-2b649f911401",
            "type": "user_notification_rules"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "a3cec10f-8e64-4362-92d2-be68f54f344f",
      "type": "groups",
      "attributes": {
        "slug": "aut-voluptatem-porro-tempore",
        "name": "Aut voluptatem porro tempore.",
        "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": [
          567
        ],
        "admin_ids": [],
        "incidents_count": 0,
        "alert_urgency_id": null,
        "alerts_email_enabled": false,
        "alerts_email_address": "group-dc412363f9f80457a01130d4897daa40@email.rootly.com",
        "alert_broadcast_enabled": false,
        "alert_broadcast_channel": {},
        "incident_broadcast_enabled": false,
        "incident_broadcast_channel": {},
        "auto_add_members_when_attached": false,
        "created_at": "2025-11-14T13:19:05.398-08:00",
        "updated_at": "2025-11-14T13:19:05.417-08:00"
      },
      "relationships": {
        "users": {
          "data": [
            {
              "id": "567",
              "type": "users"
            }
          ]
        }
      }
    },
    {
      "id": "74e06387-ebc1-4396-8888-a8bb3a1af50e",
      "type": "schedules",
      "attributes": {
        "name": "Schedule 30",
        "description": "Schedule description",
        "all_time_coverage": false,
        "slack_user_group": {},
        "slack_channel": null,
        "owner_user_id": 583,
        "owner_group_ids": [],
        "created_at": "2025-11-14T13:19:05.635-08:00",
        "updated_at": "2025-11-14T13:19:05.654-08:00"
      },
      "relationships": {
        "owner_user": {
          "data": {
            "id": "583",
            "type": "users"
          }
        },
        "escalation_policies": {
          "data": []
        }
      }
    },
    {
      "id": "efa4b835-4daf-4a0a-8b5d-966bb76b377f",
      "type": "user_notification_rules",
      "attributes": {
        "user_id": 567,
        "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-11-14T13:19:05.686-08:00",
        "updated_at": "2025-11-14T13:19:05.686-08:00"
      }
    },
    {
      "id": "839ed74d-7913-4e59-92d0-139b08560f18",
      "type": "user_notification_rules",
      "attributes": {
        "user_id": 567,
        "delay": 0,
        "position": 1,
        "user_email_address_id": "b1bd4466-5f26-453f-8efa-8c1223f4546d",
        "user_call_number_id": null,
        "user_sms_number_id": null,
        "user_device_id": null,
        "enabled_contact_types": [
          "email"
        ],
        "created_at": "2025-11-14T13:19:00.928-08:00",
        "updated_at": "2025-11-14T13:19:00.928-08:00"
      }
    },
    {
      "id": "5ad21e62-9209-4384-a7b9-2b649f911401",
      "type": "user_notification_rules",
      "attributes": {
        "user_id": 567,
        "delay": 0,
        "position": 2,
        "user_email_address_id": "b1bd4466-5f26-453f-8efa-8c1223f4546d",
        "user_call_number_id": null,
        "user_sms_number_id": null,
        "user_device_id": null,
        "enabled_contact_types": [
          "email"
        ],
        "created_at": "2025-11-14T13:19:00.918-08:00",
        "updated_at": "2025-11-14T13:19:05.690-08:00"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: email_addresses,phone_numbers

Available options:
email_addresses,
phone_numbers,
devices,
role,
on_call_role,
teams,
schedules,
notification_rules

Response

user found with teams, schedules, and notification_rules includes

data
object
required