Get current user (viewer)
get_viewerFetch the authenticated Parabol user (the token owner): id, preferredName, email, tier, and the team ids (tms) they belong to. Parabol GraphQL: query { viewer { ... } }. Requires the USERS_READ scope. Start here to discover your identity and team ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||