customer_portal
Get Authenticated Portal User
Get information about the currently authenticated portal user.
Scopes: customer_portal:read customer_portal:write
GET
Python
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Response
200 - application/json
Successful Response
Information about the authenticated portal user.
Type of authenticated user: 'customer' or 'member'
User's name, if available.
User's email address.
Associated customer ID.
Member ID. Only set for members.
Member role (owner, billing_manager, member). Only set for members.