---
title: "Get a profile"
method: GET
path: "/profiles/{user_id}"
tags: ["User Profiles"]
---

# Get a profile

`GET /profiles/{user_id}`

Returns the specified user profile.

## Path parameters

- `user_id` string, required

## Response `200`

- ProfileGetResponse
  - `profile` object, required
  - `preferences` RecipientPreferences
    - `categories` NotificationPreferences
    - `notifications` NotificationPreferences

## Other responses

- `400`

## Changes

- **2025-10-15** `e67d02739533` — 2 info
  - api tag `User Profiles` added
  - api tag `Profiles` removed

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/profiles/:user_id/get.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/6793811bc113/schema)
