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 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": "个性签名"
}