Get user profile by ID
User
Get Profile
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.
GET
Get user profile by ID
Authorizations
JWT token from Auth0
Path Parameters
Account's external ID (format: acct-xxx-v1)
Example:
"acct-xyz789-v1"
User's external ID (format: user-xxx-v1)
Example:
"user-abc123-v1"
