Authorization: Bearer ********************
[
{
"displayName": "Test User 1",
"preferredLanguage": "zh-CN",
"password": "Pass.2022",
"userName": "9nNhbpAdVv"
}
]
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/oem/users/update' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"displayName": "Test User 1",
"preferredLanguage": "zh-CN",
"password": "Pass.2022",
"userName": "9nNhbpAdVv"
}
]'
{
"status": 0,
"message": "success",
"error": null,
"data": [
{
"error": null,
"userInfo": {
"guid": "0051a2d8-c0c0-4b67-89db-8d157d7f9557",
"firstName": "-",
"lastName": "-",
"displayName": "Test User 1",
"profileImage": "https://test.resources.zwsoft.cn/prd/ZwsoftAccounts/public/userHeadImg/XnKExZCH621rEoeNCrAWuQYh2FezLyj1UNnfzxGInm-BCAfqUiROJLeAVGvwwdro/originalPic.png?v=1653030382",
"preferredLanguage": "zh-CN",
"userName": "9nNhbpAdVv",
"phone": null,
"email": null,
"itc": null,
"accountState": "Normal"
}
}
]
}