b2_create_group_member
Creates a Backblaze account for a new Partner group member, returning the app key secret via secure sink or inline. Requires admin account ID, group ID, member email, and idempotency key.
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 | Fallback confirmation for this destructive/irreversible operation when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. | |
| 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. |