curl --location --request GET 'https://open.teambition.com/api/user/info/byUniqueField?selectBy&value' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;'
{
"result": {
"id": "string",
"avatarUrl": "string",
"dingUid": 0,
"email": "string",
"emails": [
{
"id": "string",
"email": "string",
"openId": "string",
"state": 0
}
],
"employeeId": "string",
"isBlock": 0,
"name": "string",
"openId": "string",
"phone": "string",
"username": "string"
},
"code": 0,
"errorMessage": "string",
"requestId": "string"
}