{
"openIds": [
"string"
]
}
curl --location --request POST 'https://open.teambition.com/api/org/organizations//teams/queryByOpenIds' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"openIds": [
"string"
]
}'
{
"result": [
{
"deptId": "string",
"openId": "string",
"created": "string"
}
],
"code": 0,
"errorMessage": "string",
"requestId": "string"
}