create_sub_account
Create sub-accounts for team members with custom permissions and template access, granting limited management capabilities and separate login credentials.
Instructions
Create a new sub-account (team member) with specific permissions and template access. Use this to grant team members limited access to manage specific templates. The sub-account gets their own login credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address for the new sub-account | ||
| password | Yes | Initial password for the sub-account | |
| displayName | Yes | Display name | |
| permissions | No | Permission list (e.g. ['passes.read', 'passes.write']) | |
| templateIds | No | Template IDs this sub-account can access |