currentUser
Retrieves detailed information about the currently authenticated user, including profile data, preferences, and permissions.Signature
Parameters
This query takes no parameters and returns information for the currently authenticated user based on the provided bearer token.Response Type
Returns aUser
object containing comprehensive user information. See the User Objects documentation for complete field definitions.