v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBUser
Updates the attributes for an authenticated user in the Zephr user store.
Updates the attributes for an authenticated user in the Zephr user store. The behaviour for the POST and PATCH methods on this endpoint is identical. The provided attributes are saved for the user. Any new attributes are added. Any existing attributes with the same keys are updated. Any existing attributes with different keys remain unchanged. The request can also include an optional 'blaize-validator' property to authenticate a previously partially registered user.
post/blaize/profile
Headers
cookiestring
The session cookie.
Request body
Response
OK. The message 'User profile updated' is displayed, to confirm that the user attributes were successfully saved.