# 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. Endpoint: PUT /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" - `Authorization` (string) 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'. Example: "Bearer AYjcyMzY3ZDhiNmJkNTYt0Zi" ## Response 200 fields ## Response 400 fields ## Response 401 fields