---
title: "Retrieves the attributes for an authenticated user in the Zephr user store."
method: GET
path: "/blaize/profile"
tags: ["User"]
---

# Retrieves the attributes for an authenticated user in the Zephr user store.

`GET /blaize/profile`

Retrieves the attributes for an authenticated user in the Zephr user store. In addition to the standard authenticators, this endpoint also accepts an OAuth bearer token through the Authorization header. The response will only include publicly accessible user attributes.

## Headers

- `Cookie` string
- `Authorization` string

## Response `200`

OK. The user attributes were successfully retrieved. Returns a single layer JSON object of this user's attributes.

- Attributes

## Other responses

- `401` — Unauthorized. This endpoint will return successfully for existing authenticated users only.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
