invite_user
Invite a new user to your organization by providing their email address. Optionally assign a role and organization to control permissions.
Instructions
Use this when the user wants to invite a new person to the organization. Ask the user to confirm the email, role, and organization before executing. Do NOT use this for updating existing users (use update_user) or listing users (use list_users).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address of the user to invite (required). | ||
| roleId | No | The ID of the role to assign to the invited user. | |
| organizationId | No | The ID of the organization to assign the invited user to. |