curl --location --request PUT 'https://open.teambition.com/api/org/member/update' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"orgId": "string",
"members": [
{
"userId": "string",
"role": "string",
"profile": {
"birthday": "string",
"city": "string",
"province": "string",
"country": "string",
"email": "string",
"entryTime": "string",
"name": "string",
"phone": "string",
"title": "string",
"pinyin": "string",
"py": "string",
"staffType": "string",
"employeeNumber": "string"
}
}
]
}'