user_uid in the account payload:
account. To update
an existing account, include the account’s uid within the account payload:
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
The account JSON object to create or update.
{
"username": "[email protected]",
"password": "********",
"user_uid": "(Optional) User UID previously created"
}Set this to true to resume all paused jobs if you update, for example, an account's cookie.
false
Set this to true to share this account to an external user.
false
Set this to true to retrieve the IP we attribute to the user/account.
false
Successful Response