Authorization: Bearer ********************{
"user": {
"nickname": "string",
"user_extension_attributes": {
"gender": 0,
"province": "string",
"city": "string",
"description": "string",
"custom_department": "string"
}
}
}curl --location --request PUT 'https://testforgeplus.trustie.net/api/users/.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"user": {
"nickname": "string",
"user_extension_attributes": {
"gender": 0,
"province": "string",
"city": "string",
"description": "string",
"custom_department": "string"
}
}
}'{
"user_id": 110,
"name": "咸蛋黄土豆丝xxx",
"username": "咸蛋黄土豆丝xxx",
"real_name": "咸蛋黄土豆丝xxx",
"grade": 0,
"gender": 0,
"login": "yystopf",
"image_url": "system/lets/letter_avatars/2/X/230_139_26/120.png",
"admin": true,
"user_identity": "专业人士",
"is_watch": false,
"watched_count": 0,
"watching_count": 0,
"created_time": "2022-09-19 11:45",
"email": null,
"province": null,
"city": null,
"custom_department": null,
"description": "个性签名"
}