Get current user's profile
User
Get current user's profile
Retrieve the authenticated user’s profile information.
Returns the user’s name, email, phone number, locale preference, and current organization ID/name. The email is always present as it’s required for authentication, while other fields may be null if not set.
GET
Get current user's profile
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

