Queries the information about a user based on the user ID.
Debugging
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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| body | object | No | The request parameters. | |
| user_id | string | No | The user ID. | xxx |
Response parameters
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.
