---
title: "Get a specific user"
method: GET
path: "/users/{user-slug}"
tags: ["user"]
---

# Get a specific user

`GET /users/{user-slug}`

Show information about a specific user

## Path parameters

- `user-slug` string, required

## 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

- `400` — Bad Request
- `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)
