b2b_user_change_password
PUT /b2b_user_change_password
To modify the password of a B2B user.
{
"api_credentials": {
"token": "XXXXX"
},
"b2b_user": {
"customer_code_365":"10000004",
"user_name_365":"b2b04",
"user_password": "OTY1NzcyNDA="
}
}
| field |
type |
description |
|
api_credentials
|
| token |
string |
Credentials provided by Powersoft that allow access to the API |
|
b2b_user
|
| customer_code_365 |
string |
The unique code of the customer modified. Required. |
| user_name_365 |
string |
The unique user name for b2b_user. Required. |
| user_password |
string |
The user password BASE64 encoded. Required. |
Returns
The standard api_response object. The Powersoft365 customer code is returned in the response_id field.