Profile API
Use Profile API to read and update the authenticated user's profile. Profile endpoints return the current user context, including organization-level settings and feature flags used by the client app.
📄️ Get a user profile
Gets the current user profile for the authenticated user.
📄️ Update a user profile
Updates the authenticated user's profile and returns the full updated user profile payload. This endpoint updates the current user from the bearer token (no user ID in path or body). The request always requires `first_name` and `last_name`, even when you update only one profile field.