---
title: "Provide a brief for the specified user (if any)."
method: GET
path: "/users/profile/{slug}/"
tags: ["users"]
---

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

`GET /users/profile/{slug}/`

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

## Response `200`

Retrieved details for the specified user (or current user, if none was specified)

- UserProfile
  - `company` string, nullable
  - `first_name` string, required
  - `job_title` string, nullable
  - `joined_at` string, date-time
  - `last_name` string, required
  - `name` string
  - `slug` string
  - `slug_perm` string
  - `tagline` string, nullable — Your tagline is a sentence about you. Make it funny. Make it professional. Either way, it's public and it represents who you are.
  - `url` string, uri

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