---
title: "Get the showcased profile items for a user, filtered by what the caller is allowed to see"
method: GET
path: "/compat/v2/users/getVisibleUserProfileItems"
tags: ["users"]
---

# Get the showcased profile items for a user, filtered by what the caller is allowed to see

`GET /compat/v2/users/getVisibleUserProfileItems`

## Query parameters

- `userId` string, uuid, required

## Response `200`

Successful response

- object[]
  - `id` string, uuid, required
  - `userId` string, uuid, required
  - `title` string, required
  - `type` 'all-recipes' | 'label' | 'recipe', required
  - `visibility` 'public' | 'friends-only', required
  - `order` integer, required
  - `recipe` object, nullable, required
    - `id` string, uuid, required
    - `recipeImages` object[], required
      - `image` object, required
        - `id` string, uuid, required
        - `location` string, required
  - `label` object, nullable, required
    - `id` string, uuid, required
    - `title` string, required

## Other responses

- `400` — Invalid input data
- `404` — Not found
- `500` — Internal server error

---

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