delete_organization_invites
Last updated
Last updated
imerit_ango.sdk.SDK.
Withdraw pending invitations for the specified users.
organization_id: string
The unique identifier for the organization. You can find the organization ID in .
invite_emails: List[string]
A list of email addresses of users whose invitations you wish to withdraw.
Example: ["user1@example.com", "user2@example.com"]
Returns:
output: dict
,