Get User Preference

Get User Preference

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=40.0
{
    "classifier": "string",
    "name": "string",
    "value": "string"
}
string
classifier
Required

unique indetifier for this preference definition. It will be of type :. e.g vrops:myworkflow. This is immutable

string
name
Required

Display name. This is same as preference definition name and is immutable.

string
value
Required

Value for user preference.


Vendor Extension

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

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