CreateOrganizationInviteRequest
CreateOrganizationInviteRequest is for sending out invites to join a Pulumi organization.
Properties
emailstring optionalThe email address. Required for email-based invites, omitted when creating shareable invite links.roleenum requiredBuilt-in role to assign to the invited member. When ‘roleId’ is also supplied it takes precedence and this field is ignored; prefer ‘roleId’ for new integrations.Values:member,admin,billing-managerroleIdstring optionalUUID of a role (built-in or custom) to assign to the invited member. Takes precedence over ‘role’ when both are supplied.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.