{
"token": "string",
"userPropertyType": 0,
"users": [
{
"name": "string",
"loginId": "string",
"password": "string",
"role": "participant",
"email": "string",
"mobile": "string",
"enabled": true,
"userDefinedProperties": {
"企业微信账号": "string",
"钉钉账号": "string"
}
}
]
}curl --location --request POST '/public-api/users/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"userPropertyType": 0,
"users": [
{
"name": "string",
"loginId": "string",
"password": "string",
"role": "participant",
"email": "string",
"mobile": "string",
"enabled": true,
"userDefinedProperties": {
"企业微信账号": "string",
"钉钉账号": "string"
}
}
]
}'{
"result": "ok",
"response": "1 Users modified successfully"
}