v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBUser
Sets the attributes for an authenticated user in the Zephr user store.
Sets the attributes for an authenticated user in the Zephr user store. The provided attributes are saved for the user. Any existing attributes for the user are removed and replaced with this new set.
put/blaize/profile
Headers
cookiestring
The session cookie.
Authorizationstring
An OAuth access token key that references a previously created OAuth token. Such a token can be created using the '/zephr/oauth2/token' endpoint and is expected to have the scope 'user.profile:update'.
Request body
Attributes required
Response
OK. The message 'User profile updated' is displayed to confirm that the user attributes were successfully saved.