add_org_member
Add a member to an organization by providing a wallet address and optional role. Requires current owner membership.
Instructions
Add a member to an org BY WALLET (POST /orgs/v1/:org_id/members). A brand-new wallet is provisioned as a human principal. role defaults to developer. Requires you to hold an active owner membership. (Email-first invite is a separate, not-yet-shipped flow.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id to add the member to. | |
| wallet | Yes | EVM address (or named wallet) to add. A brand-new wallet is provisioned as a `human` principal. | |
| role | No | Initial role. Defaults to `developer` when omitted. Requires you to be an active `owner`. |