v1

latestSwagger 2.02026-07-17312885.5 KB
GetUserRealNameInfo

Get user real name information

Retrieve the real name information for a user

post/account/v1alpha1/real-name-info

Response

Successfully retrieved user real name info

messagestring

Example response

{
  "data": {
    "isRealName": true,
    "userID": "user-123"
  },
  "message": "Successfully retrieved real name information"
}