Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CreateOrganizationInviteRequest

CreateOrganizationInviteRequest

    CreateOrganizationInviteRequest is for sending out invites to join a Pulumi organization.

    Properties

    • email string optional
      The email address. Required for email-based invites, omitted when creating shareable invite links.
    • role enum required
      Built-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 — Member
      Regular organization member.
      admin — Admin
      Organization administrator.
      billing-manager — BillingManager
      Billing administrator.
    • roleId string optional
      UUID of a role (built-in or custom) to assign to the invited member. Takes precedence over ‘role’ when both are supplied.

      The infrastructure as code platform for any cloud.