ListOrganizationInvitesResponse
ListOrganizationInvitesResponse describes all pending invites for an organization.
Properties
- The list of pending organization invites
- ↳
idstring requiredID is the internal ID of the invite. Used to refer to this invite later to accept/cancel. - ↳
emailstring requiredThe email address the invite was sent to. - ↳
roleenum requiredRole is the new role to give the member. Must be one of MEMBER, ADMIN, or BILLING MANAGER.Values:none,member,admin,potential-member,stack-collaborator,billing-manager - The user who sent the invite.
- ↳
sentAtinteger requiredSentAt is the timestamp when the invite was first sent. - ↳
acceptInviteUrlstring requiredAcceptInviteURL is the url where a user would go to accept an invite to an organization. - ↳
acceptErrorstring optionalAcceptError is the most recent error a user has hit while trying to accept an organization invite. By default it is null. - ↳
statusstring requiredThe friendly name of the invite status. Valid values are “pending”, “accepted”, “expired”, and “canceled”. - ↳
roleIdstring optionalRoleID is the optional UUID of a custom role assigned to this invite.
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.