delete_organization_members
Last updated
Last updated
imerit_ango.sdk.SDK.
Remove specified members from an organization.
organization_id: string
The unique identifier for the organization. You can find the organization ID in .
member_emails: List[string]
A list of email addresses of the members you want to remove from the organization.
Example: ["user1@example.com", "user2@example.com"]
Returns:
output: dict
,