eff607a49246

latestSwagger 2.02026-08-08121119168.6 KB
Team

Update a user in your team

Updates a team user's profile and credit allocation. Credit fields cannot exceed the team owner's remaining balance.

put/v1/team-management/users/{id}

Path parameters

idinteger required

Numeric ID of the team user to update.

Request body

first_namestring

New given name.

last_namestring

New family name.

emailstring

New email address.

passwordstring

New password.

creditsinteger

Allocated VM credit seconds (≤ team owner's remaining VM credits).

device_creditsinteger

Allocated physical-device credit seconds (≤ team owner's remaining device credits).

concurrencyinteger

Max parallel VM sessions for this user.

concurrencyPhysicalinteger

Max parallel physical-device sessions for this user.

Response

Update a user in your team

idinteger required

Unique numeric user ID. Also the path param for team endpoints (e.g. /users/:id) and the parent_id reference on team members.

first_namestring required

Given name on the account.

last_namestring required

Family name on the account.

secondsinteger required

Remaining test seconds (credit balance) on the account; -1 means unlimited (e.g. Live plans).

last_loginstring date-time required

ISO-8601 timestamp of the most recent dashboard login.

planstring required

Subscription plan name (e.g. "Free Trial", "Live - 5 Sessions - Unlimited", "Automated Pro ..."). For a sub-account this is the team owner's plan.

max_concurrentinteger required

Maximum number of parallel VM-based sessions allowed by the plan. For a sub-account this is the team owner's cap.

max_concurrent_mobileinteger required

Maximum number of parallel physical device sessions allowed by the plan. For a sub-account this is the team owner's cap.

companystring required

Optional company name for billing.

streetstring required

Billing address line.

citystring required

Billing city.

countrystring required

Billing country.

vatstring required

VAT number (EU only).

read_onlyboolean required

Whether this account has read-only access within the team.

rolesstring[] required

Roles held by the account: "admin" and/or "owner".

current_vm_concurrencyinteger required

VM-based sessions this account is running right now.

current_physical_concurrencyinteger required

Physical-device sessions this account is running right now.