AddAccountToGroupInput
Add an account to a group by email. If the email belongs to an existing organization member they are added directly; otherwise an invitation is sent.
input AddAccountToGroupInput {
email: String!
}
Fields
AddAccountToGroupInput.email ● String! non-null scalar {#email}
Email address of the user to add to the group.
Member Of
addAccountToGroup mutation