delete_organization_invites
imerit_ango.sdk.SDK.
delete_organization_invites(organization_id, invite_emails)
Withdraw pending invitations for the specified users.
Parameters
organization_id: string
The unique identifier for the organization. You can find the organization ID in the user interface.
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
Example
Last updated