curl --location --request GET 'https://open.teambition.com/api/org/admins' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string"
}'
{
" result": [
{
"memberId": "string",
"userId": "string",
"isDisabled": 0,
"role": 0,
"avatarUrl": "string",
"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"
}
],
"code": 0,
"errorMessage": "string"
}