b2_eject_group_member
Remove a member from a B2 Group without deleting their account. Optionally update their email; the action cannot be undone via API.
Instructions
Eject a member from a Group. The account is NOT deleted — just removed (the member resets their password on next login). Optionally change their email on eject. Cannot be re-added via API (only the Group Management page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | New email for the ejected account. If omitted, the existing email is kept. Must not already be a Backblaze account. | ||
| confirm | No | Confirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default). | |
| groupId | Yes | The Group ID from which to eject the member. | |
| adminAccountId | Yes | The accountId of the Group admin. Must be authorized for the Partner API. | |
| memberAccountId | Yes | The accountId of the Group member to eject. Must be a member of the specified Group. |