---
title: "GET /v1/auth/profile/"
method: GET
path: "/v1/auth/profile/"
tags: ["v1"]
---

# GET /v1/auth/profile/

`GET /v1/auth/profile/`

## Response `200`

- UserDetail
  - `id` integer, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `avatar` string, uri, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email, nullable
  - `group` integer, required
  - `is_staff` boolean, required
  - `is_sublease` boolean, required
  - `is_superuser` boolean, required
  - `password` string, required
  - `point` integer, required
  - `points` integer[]
  - `salary_amount` string, decimal, nullable

---

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