user

Get My Profile

Get the authenticated user's profile.

Returns the user information extracted from the verified JWT. This demonstrates how a customer's API can identify the user from the forwarded identity_token.

get/api/user/me

Query parameters

product_idstring required

Product ID

Product ID

Headers

authorizationstring required

Bearer <identity_token>

Bearer <identity_token>

Response

Successful Response

user_idstring required
emailstring nullable
namestring nullable
custom_attributesobject nullable

Changes