---
title: "Retrieve Extended Profile"
method: GET
path: "/blaize/profile/{appId}"
tags: ["User"]
---

# Retrieve Extended Profile

`GET /blaize/profile/{appId}`

Extended Profile is used to store additional user information that is not part of the core profile. This endpoint is designed to be used for retrieving the user's Extended Profile. The body can be any valid JSON.

## Path parameters

- `appId` string, required

## Headers

- `cookie` string

## Response `200`

OK

- union
  - object
  - union[]
    - union
      - string
      - number
      - integer
      - boolean
      - unknown[]
        - unknown
      - object

## Other responses

- `400` — Bad Request. Returned if the appId is invalid.
- `401` — Unauthorized. Returned if no valid session was provided.
- `404` — Not Found. Returned if the appId is not found.

---

[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/versions/0400dd83950b/schema)
