UpdateUser
No description
input UpdateUser {
firstName: String!
lastName: String!
email: String!
}
Fields
UpdateUser.firstName ● String! non-null scalar miscellaneous
The first name of the user to be added to the account
UpdateUser.lastName ● String! non-null scalar miscellaneous
The last name of the user to be added to the account
UpdateUser.email ● String! non-null scalar miscellaneous
The email of the user to be added to the account
Member Of
PortalUserInput input
Was this topic helpful?