Business Accounts are in early access. See the overview for the model.
Adding someone as a member does not let them sign, and adding a signer does not grant admin rights. Grant each explicitly. Member and role operations require step-up authentication.
Add a member
addBusinessAccountMember adds a member as admin or viewer (defaults to viewer). Identify them with a targetIdentity: a known userId, or an identifier + identifierType (the user is created if absent).
- JavaScript
- React
Change a member’s role
updateBusinessAccountMemberRole moves a member between admin and viewer. (Use ownership transfer, below, to change who the owner is.)
- JavaScript
- React
Remove a member
- JavaScript
- React
Transfer ownership
transferBusinessAccountOwnership promotes an existing member to owner and atomically demotes the current owner to admin. Owner-only.
- JavaScript
- React