メインコンテンツまでスキップ

Admin change account's password

POST 

/bv/account/v1/accounts/password:admin-change

This API allows an admin to change the password of a specified account. It only can be used with the following role, Super Admin/Admin/Moderator.

Request

Body

required
    account_id stringrequired

    the unique id of account.

    new_password stringrequired

    New password of account.

Responses

A successful response.

Schema

    object

Loading...