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

# Get a profile

`GET /profiles/{user_id}`

Returns a user's stored profile and preferences, including the email address, phone number, and push tokens Courier can reach them on.

## Path parameters

- `user_id` string, required

## Response `200`

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

## Other responses

- `400`

---

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