v1

latestSwagger 2.02026-08-06114111152.5 KB
Team

Get a specific team user

Returns the user record for a specific team member. Admins can fetch any team member; non-admins can only fetch themselves.

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

Path parameters

idinteger required

Numeric ID of the team user to fetch.

Response

Get a specific team user

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.