b2_create_group_member
Provision a Backblaze account for a new Partner group member and deliver the one-time application key secret via a secret sink or inline response.
Instructions
Create a Backblaze account for a new Partner group member. In file sink mode, the one-time application key secret is written to the configured out-of-band secret sink and the MCP response contains only redacted metadata plus a secretSink pointer. In inline mode, the secret is returned with an explicit warning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Optional data region for the new account. | |
| confirm | No | Confirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default). | |
| groupId | Yes | The Group ID that the new member will join. | |
| memberEmail | Yes | Email address for the new group member account. | |
| adminAccountId | Yes | The accountId of the Group admin. Must be authorized for the Partner API. | |
| idempotencyKey | Yes | Caller-generated idempotency key. Reuse the same value only when retrying the identical group-member creation request. |