---
title: "List Profile Options"
method: GET
path: "/access_control/users/{user_id}/profile_options"
tags: ["Access Control - Users"]
---

# List Profile Options

`GET /access_control/users/{user_id}/profile_options`

Retrieves all profile option keys with their resolved values for the specified user.

## Response `200`

OK

- AccessControlProfileOptions — A map of profile option keys to their resolved values. A value is null when the option is unset and has no default. Returned both by the list endpoint (all keys) and by the single-option endpoint (one key).

---

[API](https://skmtc.net/treasure/apis/treasure-data-api.md) · [All operations](https://skmtc.net/treasure/apis/treasure-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-data-api/revisions/a753ea35d9dd/schema)
