---
title: "Get your profile info"
method: GET
path: "/me"
tags: ["user"]
---

# Get your profile info

`GET /me`

Shows the authenticated users profile info

## Response `200`

OK

- V0UserProfileRespModel
  - `data` V0UserProfileDataModel
    - `avatar_url` string
    - `created_at` string
    - `data_id` integer
    - `email` string
    - `has_used_organization_trial` boolean
    - `payment_processor` string
    - `slug` string
    - `unconfirmed_email` string
    - `username` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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