---
title: "Provide a brief for the current user (if any)."
method: GET
path: "/user/self/"
tags: ["user"]
---

# Provide a brief for the current user (if any).

`GET /user/self/`

Provide a brief for the current user (if any).

## Response `200`

Retrieved brief for the current user

- UserBrief
  - `authenticated` boolean — If true then you're logged in as a user.
  - `email` string, email, nullable — Your email address that we use to contact you. This is only visible to you.
  - `name` string, nullable — The full name of the user (if any).
  - `profile_url` string, uri, nullable — The URL for the full profile of the user.
  - `self_url` string
  - `slug` string, nullable
  - `slug_perm` string, nullable

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

[API](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1.md) · [All operations](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudsmith/cloudsmith-api-v1/revisions/4d7879df9b2f/schema)
