跳转到主要内容
POST
/
person
/
infos
人员
curl --request POST \
  --url 'https://api.flashcat.cloud/person/infos?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "person_ids": [
    123
  ]
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "items": [
      {
        "person_id": 123,
        "person_name": "<string>",
        "avatar": "<string>",
        "as": "member"
      }
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
person_ids
integer[]
必填

人员ID列表,人员可以为account或member

account_id 或 member_id

响应

200 - application/json
error
object

仅出现错误时返回

data
object

响应数据