You can now invite users to join a monday.com account using the new invite_users
mutation. This is available in API versions 2025-04
and later.
mutation {
invite_users (emails: ["test@monday.com", "test2@monday.com"], product: crm, user_role: VIEW_ONLY) {
errors {
message
code
email
}
invited_users {
name
id
}
}
}