Skip to main content
  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, admin, billing-manager
    • 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.