Skip to main content

Get the value of a specific preference given a UserUUID

Get the value of a specific preference given a UserUUID

Path Parameters
    user_uuid string required
    preference string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    value string
GET /v2/user/:user_uuid/preference/:preference

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
user_uuid — path required
preference — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/user/:user_uuid/preference/:preference' \
-H 'Accept: application/json'