Retrieve information about the currently authenticated user and their account details.

currentUser

Retrieves detailed information about the currently authenticated user, including profile data, preferences, and permissions.

Signature

currentUser: User!

Parameters

This query takes no parameters and returns information for the currently authenticated user based on the provided bearer token.

Response Type

Returns a User object containing comprehensive user information. See the User Objects documentation for complete field definitions.

Authentication

User queries require authentication via bearer token. Include your API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN