Fetches a user’s profile from the database by their external ID. This endpoint does not call Auth0 and is intended to be used behind a gateway.
Authentication: Requires valid JWT or API key. User can only access their own profile.
JWT token from Auth0
Account's external ID (format: acct-xxx-v1)
"acct-xyz789-v1"
User's external ID (format: user-xxx-v1)
"user-abc123-v1"