v1

latestSwagger 2.02026-08-06114111152.5 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.

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.