{
"account": "string",
"address": "string",
"birthday": "string",
"clientId": "string",
"clientToken": "string",
"education": "string",
"email": "string",
"entryDate": "string",
"from": "string",
"fullname": "string",
"id": "string",
"idCard": "string",
"isDelete": "string",
"leaveDate": "2019-08-24",
"mobile": "string",
"params": {},
"password": "string",
"phone": "string",
"photo": "用户的头像",
"postId": "string",
"relationCode": "string",
"sex": "男",
"status": 0,
"tenantId": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userNumber": "string",
"version": 0,
"weixin": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-uc/api/user/v2/user/addUserFromExterUni' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"address": "string",
"birthday": "string",
"clientId": "string",
"clientToken": "string",
"education": "string",
"email": "string",
"entryDate": "string",
"from": "string",
"fullname": "string",
"id": "string",
"idCard": "string",
"isDelete": "string",
"leaveDate": "2019-08-24",
"mobile": "string",
"params": {},
"password": "string",
"phone": "string",
"photo": "用户的头像",
"postId": "string",
"relationCode": "string",
"sex": "男",
"status": 0,
"tenantId": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userNumber": "string",
"version": 0,
"weixin": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": {
"account": "string",
"accountNonExpired": true,
"accountNonLocked": true,
"address": "string",
"admin": true,
"age": 0,
"attributes": {
"property1": "string",
"property2": "string"
},
"authorities": [
{
"authority": "string"
}
],
"birthday": "2019-08-24",
"clientId": "string",
"clientToken": "string",
"credentialsNonExpired": true,
"education": "string",
"email": "string",
"employmentRelationId": "string",
"enable": true,
"enabled": true,
"enterDate": "string",
"entryDate": "2019-08-24",
"factoryId": "string",
"factoryName": "string",
"from": "string",
"fullname": "string",
"groupId": "string",
"groupUserId": "string",
"hasSyncToWx": 0,
"hrId": "string",
"hrOrgId": "string",
"hrOrgName": "string",
"id": "string",
"idCard": "string",
"identityType": "string",
"isDelete": "string",
"leaveDate": "2019-08-24",
"mobile": "string",
"notifyType": "string",
"oaAccount": "string",
"onSiteId": "string",
"onSiteName": "string",
"password": "string",
"phone": "string",
"photo": "string",
"pkVal": "string",
"pwdCreateTime": "2019-08-24T14:15:22Z",
"rankId": "string",
"rankName": "string",
"relationCode": "string",
"relationReport": "string",
"sex": "string",
"sn": "string",
"standingName": "string",
"standingNumber": "string",
"status": 0,
"tenantId": "string",
"userId": "string",
"userNumber": "string",
"username": "string",
"version": 0,
"weixin": "string",
"zkCardNo": "string"
}
}