Skip to main content
GET
/
api
/
Users
/
{userId}
/
Settings
Get Settings for specific User.
curl --request GET \
  --url https://api.example.com/api/Users/{userId}/Settings
[
  {
    "type": "<string>",
    "value": "<string>"
  }
]

Path Parameters

userId
integer<int32>
required

Response

200 - application/json

OK

type
string | null
value
string | null