currentUser

Graphql fields and variables for the currentUser query

Scope required: standard:read

For a complete list of possible response fields see the CurrentUser type.

query currentUser () {
  currentUser () {
    accountName
    authObjectName
    entityId
    privacyUrl
    tabnameIsSubdomain
    termsUrl
  }
}

Response

Last updated

Was this helpful?