v1

latestSwagger 2.02026-08-06114111152.5 KB
Team

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.

post/v1/team-management/users

Request body

emailstring required

Email address for the new account; must be unique across TestingBot.

passwordstring required

Initial password for the new user.

first_namestring

New user's given name.

last_namestring

New user's family name.

concurrencyinteger

Max parallel VM sessions (≤ team owner's maxParallel).

concurrencyPhysicalinteger

Max parallel physical-device sessions (≤ team owner's maxParallelDevice).

Response

Create a user in your team

idinteger required

Unique numeric user ID.

first_namestring required

Given name.

last_namestring required

Family name.

emailstring required

Account email.

creditsinteger required

Remaining VM credit seconds.

device_creditsinteger required

Remaining physical-device credit seconds.

isPaidboolean required

Whether the account has an active paid plan.

verifiedboolean required

Whether the account email has been verified.

parent_idinteger required

Parent (team owner) user ID; 0 means this user is the team owner.