Get User Preference

Get User Preference
Get a preference for a specific user.

Get a preference for a specific user.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/users/{userUrn}/preferences/{classifier}
COPY
Path Parameters
string
userUrn
Required

userUrn

string
classifier
Required

classifier


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Preference of type(s) application/json;version=9.1.0
{
    "classifier": "string",
    "name": "string",
    "value": "string"
}

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [{"type":"Modern"},{"type":"Classic"}]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/users/{userUrn}/preferences/{classifier}