v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBUser
Save Extended Profile
Extended Profile is used to store additional user information that is not part of the core profile. This endpoint will create an Extended Profile for the App ID if one did not exist already, or overwrite an existing Extended Profile for the App ID. The body can be any valid JSON.
put/blaize/profile/{appId}
Path parameters
appIdstring required
Unique, caller-provided path parameter that represents the context under which the end user's data is stored within a tenant. This cannot start with '_restricted'.
Headers
cookiestring
The session cookie.
Request body
Response
Extended Profile is used to store additional user information that is not part of the core profile. This endpoint is designed to be used for updating the user's Extended Profile.
Example response
{
"message": "User extended profile updated"
}