For the complete documentation index, see llms.txt. This page is also available as Markdown.

currentUserUpdate

Graphql fields and variables for the currentUserUpdate mutation

Update the profile of the current user

Scope required: standard:write

For a complete list of input attributes see the CurrentUserAttributes type

mutation currentUserUpdate ($attributes: CurrentUserAttributes!) {
  currentUserUpdate (attributes: $attributes) {
      emailBody
      emailSubject
      entityId
      errors
      firstName
      lastName
      profile {
        phone
        tabnameIsSubdomain
        timezone
        title
      }
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

emailBody

String

emailSubject

String

entityId

ID

errors

List (String)

firstName

String

lastName

String

Last updated

Was this helpful?