{
"id": "string",
"name": "string",
"mobileNum": "string",
"gender": "MALE",
"email": "string",
"birthday": "string",
"workStatus": "ON_WORK",
"accountId": "string",
"accountName": "string",
"password": "string",
"permanentValidity": true,
"deleteOrgId": "string",
"effectiveTime": "string",
"majorSkillCode": "new LinkedList<>()",
"organizationUserDtoList": [
{
"orgId": "string",
"positionId": "string",
"duties": [
"string"
],
"customizeManageRange": true,
"customizeDuty": true,
"manageRangeReplaceDto": {
"belongId": "string",
"permissionType": "EQUIPMENT_SPACE",
"manageRangeDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
],
"dealMajorIds": [
0
]
}
]
}
}
]
}curl --location --request POST '/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"mobileNum": "string",
"gender": "MALE",
"email": "string",
"birthday": "string",
"workStatus": "ON_WORK",
"accountId": "string",
"accountName": "string",
"password": "string",
"permanentValidity": true,
"deleteOrgId": "string",
"effectiveTime": "string",
"majorSkillCode": "new LinkedList<>()",
"organizationUserDtoList": [
{
"orgId": "string",
"positionId": "string",
"duties": [
"string"
],
"customizeManageRange": true,
"customizeDuty": true,
"manageRangeReplaceDto": {
"belongId": "string",
"permissionType": "EQUIPMENT_SPACE",
"manageRangeDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
],
"dealMajorIds": [
0
]
}
]
}
}
]
}'{}