Create a user in your team
Provisions a new sub-account inside the team, copying the caller's subscription level and assigning a slice of the credit pool. Requires an upgraded plan and admin role.
Request body
Email address for the new account; must be unique across TestingBot.
Initial password for the new user.
New user's given name.
New user's family name.
Max parallel VM sessions (≤ team owner's maxParallel).
Max parallel physical-device sessions (≤ team owner's maxParallelDevice).
Response
Create a user in your team
Unique numeric user ID. Also the path param for team endpoints (e.g. /users/:id) and the parent_id reference on team members.
Given name on the account.
Family name on the account.
Remaining test seconds (credit balance) on the account; -1 means unlimited (e.g. Live plans).
ISO-8601 timestamp of the most recent dashboard login.
Subscription plan name (e.g. "Free Trial", "Live - 5 Sessions - Unlimited", "Automated Pro ..."). For a sub-account this is the team owner's plan.
Maximum number of parallel VM-based sessions allowed by the plan. For a sub-account this is the team owner's cap.
Maximum number of parallel physical device sessions allowed by the plan. For a sub-account this is the team owner's cap.
Optional company name for billing.
Billing address line.
Billing city.
Billing country.
VAT number (EU only).
Whether this account has read-only access within the team.
Roles held by the account: "admin" and/or "owner".
VM-based sessions this account is running right now.
Physical-device sessions this account is running right now.