All Products
Search
Document Center

Drive and Photo Service:GetLinkInfoByUserId

Last Updated:Aug 04, 2025

Queries the information about a user based on the user ID.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/account/get_link_info_by_user_id HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request parameters.

user_idstringNo

The user ID.

xxx

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

itemsarray

The information about the users.

AccountLinkInfo

The information about the user.

Examples

Sample success responses

JSONformat

{
  "items": [
    {
      "domain_id": "bj1",
      "authentication_type": "mobile",
      "identity": "136***000",
      "extra": 86,
      "user_id": "00016a587b62b50003deea299a4f5b50",
      "created_at": 1639762579768,
      "display_name": "001"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.