Viewer
The authenticated entity making this request. Returns AccountViewer for users, ServiceAccountViewer for API clients.
union Viewer = AccountViewer | ServiceAccountViewer
Possible types​
Viewer.AccountViewer object​
Information about the authenticated user.
Viewer.ServiceAccountViewer object​
Information about the authenticated service account (API client).
Returned By​
viewer query