Magidoc

UpsertUserInput
Input Object

Fields

#

emailAddress

Non-null

The email address of the user

firstName

Non-null

The first name of the user. (Only used if the email address does not already exist)

hasDeletePermission

Non-null

hasWritePermission

Non-null

id

Use this field to provide either a Cloudshelf gid, or your own external gid. If the external gid already exists, the existing record will be updated. If the external gid does not exist, a new record will be created.

lastName

Non-null

The last name of the user. (Only used if the email address does not already exist)

Usages

#

References

#

  • Argument input of field upsertUser from type Mutation