Skip to main content

CreateIntegratorUserInput

The data required to create a user related to an integrator

input CreateIntegratorUserInput {
firstName: String!
lastName: String!
email: String!
integratorId: String!
role: UserRole
}

Fields

CreateIntegratorUserInput.firstName ● String! non-null scalar

The first name of the user

CreateIntegratorUserInput.lastName ● String! non-null scalar

The last name of the user

CreateIntegratorUserInput.email ● String! non-null scalar

The email address of the user

CreateIntegratorUserInput.integratorId ● String! non-null scalar

The ID of the integrator that will be related to the user

CreateIntegratorUserInput.role ● UserRole enum

The role of the user

Member Of

addIntegratorUser mutation