Hello,I was wondering if I can create multiple Cloudflare accounts? Is it possible from the dashboard? Or should I use Tenant API?
The only option I found is Tenant API that allows to create sub-accounts. Using this API I can create an account, invite members into the new account and as described in this one pager I also have super-admin access to the new account so I should be able to deploy workers (deploying workers and uploading to KV is the only action I need right now).
My question regarding the tenant API is whether from the new account I can make a regular account with separate billing so it is no longer bind to the tenant account?
My idea how I would create accounts is this:
- Create account using Tenant API
- Deploy worker, edit KV namespace in the new account
- Break billing dependency between new account and Tenant account.
- Invite customer into the new account, use customer’s email.
- Give customer Super-administrator privileges.
- Customer removes my user (email) from members in the new account, making it independent from the tenant account.
Is this scenario possible with Tenant API?
Thank you for help in advance.