Skip to content

List Profile Options

Request

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

Security
ApiKeyAuth
Path
user_idinteger(UserId)required
Example:123
curl -i -X GET \
  https://api.treasuredata.com/v3/access_control/users/123/profile_options \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
property name*string or nulladditional property
Response
{ "property1": "string", "property2": "string" }