---
title: "Retrieve me"
method: GET
path: "/me"
tags: ["Core resources"]
---

# Retrieve me

`GET /me`

## Response `200`

Successful operation

- object
  - `name` string — Non-empty text string
  - `given_name` string — Non-empty text string
  - `family_name` string — Non-empty text string
  - `picture` string, uri — HTTP(S) URL
  - `email` string, email — An email address
  - `zoneinfo` string — IANA timezone identifier
  - `locale` string — BCP 47 locale
  - `phone_number` string — E.164 phone number
  - `address` object — An address as described in the OpenID connect specification for address defined in Section 5.1.1. https://openid.net/specs/openid-connect-core-1_0.html#AddressClaim
    - `region` string — State, province, prefecture, or region component. For the US and Canada, MUST be 2-letter abbreviation.
    - `country` string, required — ISO 3166-1 alpha-2 country code
    - `formatted` string — Full mailing address, formatted for display or use on a mailing label. This field MAY contain multiple lines, separated by newlines.
    - `street_address` string — Full street address component, which MAY include house number, street name, Post Office Box, and multi-line extended street address information. This field MAY contain multiple lines, separated by newlines.
    - `locality` string — City, town, or locality component.
    - `postal_code` string — Zip code or postal code component.
  - `email_verified` boolean — A boolean value
  - `phone_number_verified` boolean — A boolean value
  - `enabled` boolean, required — A boolean value
  - `id` string, required — An object id with prefix
  - `created_at` string, date-time, required — Creation date and time
  - `created_by` string, required — ID of the user that created this object
  - `updated_at` string, date-time, required — Last update date and time
  - `updated_by` string, required — ID of the user that last updated this object

---

[API](https://skmtc.net/sivo/apis/sivo-advance-api.md) · [All operations](https://skmtc.net/sivo/apis/sivo-advance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sivo/sivo-advance-api/versions/bfbcd2bfed61/schema)
