English
cURL
curl --request POST \ --url https://{base_url}/v1/account/{accountId}/reset-password \ --header 'Content-Type: application/json' \ --data '"<unknown>"'
{ "new_password": "<string>" }
Reset the account password for a given account ID. Regular hierarchy applies: SuperAdmin > Admin > others.
The ID of the account to reset the password
No body required for this operation
Nothing
The account details