Obtain account information by user ID.
Try it now
Test
RAM authorization
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.