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": "Austin Sipes",
      "email": "frances.ohara@roob.test",
      "phone": null,
      "phone_2": null,
      "first_name": "Austin",
      "last_name": "Sipes",
      "full_name": "Austin Sipes",
      "full_name_with_team": "[White, Sporer and Rosenbaum] Austin Sipes",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-11-20T01:43:48.675-08:00",
      "created_at": "2025-11-20T01:43:48.193-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "0407508c-5b44-4b22-93f8-9c4d450a7904",
            "type": "user_email_addresses"
          }
        ]
      },
      "phone_numbers": {
        "data": []
      },
      "devices": {
        "data": []
      },
      "role": {
        "data": {
          "id": "7af2f49f-621b-47cd-a4ec-ecf37b31e0ac",
          "type": "roles"
        }
      },
      "on_call_role": {
        "data": {
          "id": "eaa16a60-aa60-4b83-8d21-ff942c6b2848",
          "type": "on_call_roles"
        }
      },
      "teams": {
        "data": [
          {
            "id": "e617d928-6595-4198-bb4b-b4ea8f3759cd",
            "type": "groups"
          }
        ]
      },
      "schedules": {
        "data": [
          {
            "id": "e54d17a4-0c2f-4557-886b-ecf084b5d2eb",
            "type": "schedules"
          }
        ]
      },
      "notification_rules": {
        "data": [
          {
            "id": "cffe4ab4-c917-40fd-8b69-75f43e4adba2",
            "type": "user_notification_rules"
          },
          {
            "id": "1f050685-2c00-4331-9c2f-1a5c52390a2b",
            "type": "user_notification_rules"
          },
          {
            "id": "12bb5d3f-5750-4a54-bcbf-2e78050b98f9",
            "type": "user_notification_rules"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "e617d928-6595-4198-bb4b-b4ea8f3759cd",
      "type": "groups",
      "attributes": {
        "slug": "voluptatem-ut-tenetur-ut",
        "name": "Voluptatem ut tenetur ut.",
        "description": null,
        "color": "#F5D9C4",
        "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-892ec0af4c074a302ca6c0ac7df35e50@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-20T01:43:53.283-08:00",
        "updated_at": "2025-11-20T01:43:53.301-08:00"
      },
      "relationships": {
        "users": {
          "data": [
            {
              "id": "567",
              "type": "users"
            }
          ]
        }
      }
    },
    {
      "id": "e54d17a4-0c2f-4557-886b-ecf084b5d2eb",
      "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-20T01:43:53.512-08:00",
        "updated_at": "2025-11-20T01:43:53.532-08:00"
      },
      "relationships": {
        "owner_user": {
          "data": {
            "id": "583",
            "type": "users"
          }
        },
        "escalation_policies": {
          "data": []
        }
      }
    },
    {
      "id": "cffe4ab4-c917-40fd-8b69-75f43e4adba2",
      "type": "user_notification_rules",
      "attributes": {
        "user_id": 567,
        "delay": 0,
        "position": 1,
        "user_email_address_id": "0407508c-5b44-4b22-93f8-9c4d450a7904",
        "user_call_number_id": null,
        "user_sms_number_id": null,
        "user_device_id": null,
        "enabled_contact_types": [
          "email"
        ],
        "created_at": "2025-11-20T01:43:48.250-08:00",
        "updated_at": "2025-11-20T01:43:48.250-08:00"
      }
    },
    {
      "id": "1f050685-2c00-4331-9c2f-1a5c52390a2b",
      "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-20T01:43:53.569-08:00",
        "updated_at": "2025-11-20T01:43:53.569-08:00"
      }
    },
    {
      "id": "12bb5d3f-5750-4a54-bcbf-2e78050b98f9",
      "type": "user_notification_rules",
      "attributes": {
        "user_id": 567,
        "delay": 0,
        "position": 2,
        "user_email_address_id": "0407508c-5b44-4b22-93f8-9c4d450a7904",
        "user_call_number_id": null,
        "user_sms_number_id": null,
        "user_device_id": null,
        "enabled_contact_types": [
          "email"
        ],
        "created_at": "2025-11-20T01:43:48.237-08:00",
        "updated_at": "2025-11-20T01:43:53.574-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