username:passwordAuthorization: Basic *****************{
"user": {
"realName": "用户名",
"mobile": "18616881688",
"email": "zhangsan@example.com",
"phone": "400-12345678",
"position": "职位",
"QQ": "123456",
"note": "备注",
"custom_fields": [
{
"key": "select_key",
"value": "232"
},
{
"key": "radio_key",
"value": "1"
},
{
"key": "checkbox_key",
"value": "21,23"
},
{
"key": "cascade_key",
"value": [
"北京市",
"海淀区",
"中关村北大街"
]
}
]
}
}curl --location --request PUT 'https://www.bangwo8.com/api/v1/users/.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": {
"realName": "用户名",
"mobile": "18616881688",
"email": "zhangsan@example.com",
"phone": "400-12345678",
"position": "职位",
"QQ": "123456",
"note": "备注",
"custom_fields": [
{
"key": "select_key",
"value": "232"
},
{
"key": "radio_key",
"value": "1"
},
{
"key": "checkbox_key",
"value": "21,23"
},
{
"key": "cascade_key",
"value": [
"北京市",
"海淀区",
"中关村北大街"
]
}
]
}
}'{}