---
title: "GET /biome/profiles/{user_id}"
method: GET
path: "/biome/profiles/{user_id}"
tags: ["Biome"]
---

# GET /biome/profiles/{user_id}

`GET /biome/profiles/{user_id}`

Fetch a profile by ID

This endpoint requires the permission "biome.profile.read".

## Path parameters

- `user_id` string, required

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

User profile

- BiomeProfile
  - `user_id` string — Internal unique identifier for the user
  - `subject` string — Oauth provider's unique identifier for the user
  - `name` string — User's name
  - `given_name` string — The given name of the user
  - `family_name` string — The family name of the user
  - `email` string — The email address of the user
  - `picture` string — The profile picture for the user's account

## Other responses

- `401` — The client is unauthorized
- `404` — Resource not found
- `500` — Internal server error occurred

---

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