跳转到主要内容
POST
/
team
/
infos
团队
curl --request POST \
  --url 'https://api.flashcat.cloud/team/infos?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "team_ids": [
    123
  ]
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "items": [
      {
        "team_id": 123,
        "team_name": "<string>",
        "person_ids": [
          123
        ]
      }
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
team_ids
integer[]
必填

团队ID列表

响应

200 - application/json
error
object

仅出现错误时返回

data
object

响应数据