Skip to main content

AddPersonInput

Autogenerated input type of AddPerson

input AddPersonInput {
clientMutationId: String
companyPartyId: ID!
email: Email!
roles: [UserRoleInput!]!
}

Fields

AddPersonInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AddPersonInput.companyPartyId ● ID! non-null scalar

The company where the user will be added

AddPersonInput.email ● Email! non-null scalar

The person's login identifier

AddPersonInput.roles ● [UserRoleInput!]! non-null input

Member Of

addPerson mutation