# Retrieves the attributes for an authenticated user in the Zephr user store. Retrieves the attributes for an authenticated user in the Zephr user store. In addition to the standard authenticators, this endpoint also accepts an OAuth bearer token through the Authorization header. The response will only include publicly accessible user attributes. Endpoint: GET /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 401 fields