---
title: "List access profiles held by a user"
method: GET
path: "/api/users/{target_user_id}/access-profiles"
tags: ["Access Profiles"]
---

# List access profiles held by a user

`GET /api/users/{target_user_id}/access-profiles`

## Path parameters

- `target_user_id` string, required

## Response `200`

Successful response

- object
  - `access_profiles` object[]
    - `id` integer
    - `user_id` string
    - `parent_profile_id` integer, nullable
    - `name` string
    - `is_active` boolean
    - `expires_at` string, date-time, nullable
    - `virtual_key_ids` string[]
    - `virtual_key_values` object — Map of virtual key ID to masked secret value.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
