Mutations
/
invite_users

invite_users

Invite users to the account.

Arguments

  • emails
    [String!]!
    Required
    The emails of the users to invite.
  • user_role
    UserRole
    The new role of the users.
  • product
    Product
    The product to invite the users to

Returns

mutation invite_users($emails: [String!]!) {
invite_users(emails: $emails) {
# invite_users fields
}
}
update_multiple_usersBaseFieldType
Built with