ImportUserInput
Input for importing a message creator
input ImportUserInput {
externalId: String!
firstName: String
lastName: String
email: String
}
Fields
ImportUserInput.externalId ● String! non-null scalar
The external ID of the user
ImportUserInput.firstName ● String scalar
The first name of the user
ImportUserInput.lastName ● String scalar
The last name of the user
ImportUserInput.email ● String scalar
The email of the user
Member Of
ImportConversationInput input ● ImportConversationMessageInput input