User Detail - Update existing user preference-related details
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
defaultTenantstring · uuid | nullableOptional
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the themeId property.
Responses
404
Indicates User does not exist
500
Server related error
patch
PATCH /users/me/preferences HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 167
{
"defaultTenant": "123e4567-e89b-12d3-a456-426614174000",
"theme": [
{
"themeId": "123e4567-e89b-12d3-a456-426614174000",
"tenantId": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
{
"errorMessage": "Not found",
"statusCode": 404
}
Last updated