Get the authenticated user

Retrieves the profile information of the currently authenticated user, including their personal details and account information.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

User profile retrieved successfully
idstring
User ID
namestring
User name
emailstring
User email
merchantslist of objects
Merchants associated with the user, including their roles
organizationslist of objects
Organizations associated with the user, including their roles

Errors