---
title: "User Profile"
method: GET
path: "/v1/profiles/me"
tags: ["Accounts"]
---

# User Profile

`GET /v1/profiles/me`

This endpoint returns the authenticated user information

#### When using OAuth

This endpoint requires the `profile` OAuth scope.

## Response `200`

- Profile[]
  - `id` integer, required — The numeric identifier of this user
  - `first_name` string, required — The first name of this user
  - `last_name` string, required — The last name of this user
  - `full_name` string, required — The combined full name of this user
  - `email` string, email, required — The email this user's account is associated with
  - `email_confirmed` boolean, required — Whether said email is confirmed yet or not
  - `timezone` string, required — The timezone set for this user

## Other responses

- `401` — 401 Response
- `403` — Invalid authentication
- `409` — 409 Response
- `429` — 429 Response
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
