跳到主要内容

批量获取用户绑定的第三方信息

GET 

https://your-domain/openapi/v2/account/users/thirdparty/binding/batch

批量获取用户绑定的第三方信息(需组织管理员权限)

History

VersionChanges
v6.0.44Added in: v6.0.44

Request

Query Parameters

    ids string[]required

    Possible values: >= 1, <= 100

    用户ID列表

Responses

请求成功

Schema

    data

    object[]

  • Array [

  • id string

    用户id

    list

    object[]

  • Array [

  • thirdPartyID string

    第三方用户id

    thirdPartyType string

    Possible values: [DingTalk, LDAP, CAS, API, WeCom, SAML, Feishu, Youdu, Feishu ISV, Google, WeCom ISV, Google SAML, Azure]

    第三方类型

  • ]

  • ]

curl -L 'https://your-domain/openapi/v2/account/users/thirdparty/binding/batch' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://your-domain/openapi/v2
Auth
Parameters
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!