Magidoc

UpsertUserByEmailInput
Input Object

Fields

#

emailAddress

Non-null

The email address of the user (used as the lookup key)

firstName

Non-null

The first name of the user. (Only used if creating a new user)

lastName

Non-null

The last name of the user. (Only used if creating a new user)

roleId

The role ID to assign to the user. Either roleId or roleName must be provided. roleId takes precedence if both are provided.

roleName

The role name to assign to the user. Either roleId or roleName must be provided. roleId takes precedence if both are provided.

Usages

#

References

#

  • Argument input of field upsertUserByEmail from type Mutation