All Products
Search
Document Center

Drive and Photo Service:GetLinkInfoByUserId

Last Updated:May 27, 2026

Obtain account information by user ID.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /v2/account/get_link_info_by_user_id HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

domain_id

string

Yes

body

object

No

Request body parameters.

user_id

string

Yes

User ID to query.

xxx

Response elements

Element

Type

Description

Example

object

Response struct.

items

array

List of user account information.

AccountLinkInfo

User account information.

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.