v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Credentials

Create credential

Create a login. At least one of password or otp_secret must be provided. Personal by default; pass shared: true to create a team-shared login (requires manager role).

post/v2/teams/{teamId}/browser-agent/credentials/{userId}

Path parameters

userIdstring uuid required
teamIdstring uuid required

Request body

domainstring required
usernamestring nullable
passwordstring nullable
otp_secretstring nullable
sharedboolean

Response

Default Response

idstring uuid required
domainstring required
usernamestring nullable required
{"stackTrail":"paths:/v2/teams/{teamId}/browser-agent/credentials/{userId}:post:responses:201:content:application/json:schema:properties:password","oasType":"schema","type":"unknown","nullable":true}
{"stackTrail":"paths:/v2/teams/{teamId}/browser-agent/credentials/{userId}:post:responses:201:content:application/json:schema:properties:otp_secret","oasType":"schema","type":"unknown","nullable":true}
user_idstring nullable required
team_idstring required
created_atstring date-time required
updated_atstring date-time required