# 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. Endpoint: POST /blaize/profile Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Header parameters: - `cookie` (string) The session cookie. Example: "blaize_session=57685913-7365-4dae-a425-1c2c2f72cc0" ## Request fields (application/json): - `blaize-validator` (string) An optional password that can be used to validate an outstanding partial registration. ## Response 200 fields ## Response 400 fields ## Response 401 fields