Skip to main content
GET
/
v1
/
users
/
me
Get current user
curl --request GET \
  --url https://api.rootly.com/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "567",
    "type": "users",
    "attributes": {
      "name": "Cathryn Kiehn",
      "email": "[email protected]",
      "phone": null,
      "phone_2": null,
      "first_name": "Cathryn",
      "last_name": "Kiehn",
      "full_name": "Cathryn Kiehn",
      "full_name_with_team": "[Dare-Koch] Cathryn Kiehn",
      "slack_id": null,
      "time_zone": "Etc/UTC",
      "updated_at": "2025-12-01T14:23:44.397-08:00",
      "created_at": "2025-12-01T14:23:43.857-08:00"
    },
    "relationships": {
      "email_addresses": {
        "data": [
          {
            "id": "8fae0287-ab31-45b3-bfde-bbf88c2f3724",
            "type": "user_email_addresses"
          }
        ]
      },
      "phone_numbers": {
        "data": []
      },
      "devices": {
        "data": []
      },
      "role": {
        "data": {
          "id": "85f226be-5fe5-4d79-866c-35c451c13769",
          "type": "roles"
        }
      },
      "on_call_role": {
        "data": {
          "id": "2eaeeefd-7f10-486f-a385-cbdaa0b76852",
          "type": "on_call_roles"
        }
      },
      "teams": {
        "data": []
      },
      "schedules": {
        "data": []
      },
      "notification_rules": {
        "data": [
          {
            "id": "05597337-4de0-4603-987e-3edf920e215e",
            "type": "user_notification_rules"
          },
          {
            "id": "4fcdd308-7c5b-424d-afa6-1f102ebef4e6",
            "type": "user_notification_rules"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Response

data
object
required