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

Path Parameters

userId
integer<int32>
required

Response

200 - application/json

OK

value
string | null