---
title: "Identify an admin"
method: GET
path: "/me"
tags: ["Admins"]
---

# Identify an admin

`GET /me`

You can view the currently authorised admin along with the embedded app object (a "workspace" in legacy terminology).

> 🚧 Single Sign On
>
> If you are building a custom "Log in with Intercom" flow for your site, and you call the `/me` endpoint to identify the logged-in user, you should not accept any sign-ins from users with unverified email addresses as it poses a potential impersonation security risk.

## Headers

- `Intercom-Version` '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | '2.12' | '2.13' | '2.14' — Intercom API version.</br>By default, it's equal to the version set in the app package.

## Response `200`

Successful response

- AdminWithApp, nullable — Admins are the teammate accounts that have access to a workspace
  - `type` string — String representing the object's type. Always has the value `admin`.
  - `id` string — The id representing the admin.
  - `name` string — The name of the admin.
  - `email` string — The email of the admin.
  - `job_title` string — The job title of the admin.
  - `away_mode_enabled` boolean — Identifies if this admin is currently set in away mode.
  - `away_mode_reassign` boolean — Identifies if this admin is set to automatically reassign new conversations to the apps default inbox.
  - `has_inbox_seat` boolean — Identifies if this admin has a paid inbox seat to restrict/allow features that require them.
  - `team_ids` integer[] — This is a list of ids of the teams that this admin is part of.
  - `avatar` object — This object represents the avatar associated with the admin.
    - `type` string — This is a string that identifies the type of the object. It will always have the value `avatar`.
    - `image_url` string, uri, nullable — This object represents the avatar associated with the admin.
  - `email_verified` boolean, nullable — Identifies if this admin's email is verified.
  - `app` App, nullable — App is a workspace on Intercom
    - `type` string
    - `id_code` string — The id of the app.
    - `name` string — The name of the app.
    - `region` string — The Intercom region the app is located in.
    - `timezone` string — The timezone of the region where the app is located.
    - `created_at` integer — When the app was created.
    - `identity_verification` boolean — Whether or not the app uses identity verification.

---

[API](https://skmtc.net/intercom/apis/intercom-api.md) · [All operations](https://skmtc.net/intercom/apis/intercom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intercom/intercom-api/revisions/9517e80f2642/schema)
