跳到主要内容

用户信息

获取用户信息详情

请求地址

  • 接口地址(requestURI): /openapi/v1/user/query/uid

请求参数

Parameter nameTypeRequirementDescription
uidStringRUser ID

请求示例

{
"uid": "0a5507e23b684fe9bb7940edecfe34b2"
}

响应参数

Parameter NameTypeDescription
idLongPrimary key
uidStringUUID
bizCodeStringBusiness code
bizNameStringBusiness name
identificationLevelIntegerAuthentication level
nicknameStringNickname generated based on phone number or email
phoneNumberPrefixIntegerPhone number prefix
phoneNumberStringPhone number
emailStringEmail address
loginType (Deprecated)StringType of login (deprecated)
registerTypeStringType of registration (1- phone, 2- email, 3- one-click login)
passwordStringPassword
birthdayLocalDateDate of birth
countryIdStringCountry/Region ID
countryStringCountry name
surnameStringSurname
middleNameStringMiddle name
givenNameStringGiven name
fullNameStringFull name
idTypeIdStringID type ID
idNumberStringID number
idTypeStringID type
channelIdStringChannel ID
inviterCodeStringInviter's invitation code
inviterNameStringInviter's name
customerManagerStringAssigned customer manager
cityStringCity
addressStringAddress
streetStringStreet
houseNumberStringHouse number
timeZoneStringUser time zone
createTimeLocalDateTimeCreation time
updateTimeLocalDateTimeLast update time (including password update)
openAccountTimeLocalDateTimeAccount opening time
userTypeTestIntegerWhether it is a test account (0- no, 1- yes)
grayScaleIntegerWhether it is a gray-scale account (0- no, 1- yes)
statusIntegerStatus (0- disabled, 1- enabled)
registerIpStringIP address at registration
lastLoginIpStringIP address of the last login
lastLoginTimeLocalDateTimeTime of the last login
lastLoginCountryStringCountry of the last login
registerSourceIntegerRegistration source (0- user self-registration, 1- CRM admin registration) Trust business has special use, changing from 0 to 1 after customer manager supplements information

响应示例

{
"code": "0",
"msg": "ok",
"data": {
"id": 139061,
"uid": "75b8ccad23f342c1a519718c7fb6c041",
"bizCode": "98227698",
"bizName": "MFT",
"identificationLevel": null,
"nickname": "98****37",
"phoneNumberPrefix": 852,
"phoneNumber": "98793237",
"email": null,
"loginType": "1",
"registerType": "1",
"password": "536e0a39a107e1319ad3894db4800410356af68313d16931",
"birthday": null,
"countryId": "HK",
"country": "中国香港特别行政区",
"surname": null,
"middleName": null,
"givenName": null,
"fullName": null,
"idTypeId": null,
"idNumber": null,
"idType": null,
"channelId": null,
"inviterCode": null,
"inviterName": null,
"customerManager": null,
"city": null,
"address": null,
"street": null,
"houseNumber": null,
"timeZone": "UTC+8:00",
"createTime": "2024-12-11T11:07:19.438744618",
"updateTime": "2024-12-11T11:07:19.443132556",
"openAccountTime": null,
"userTypeTest": null,
"grayScale": null,
"status": null,
"registerIp": "61.93.232.102",
"lastLoginIp": "61.93.232.102",
"lastLoginTime": null,
"lastLoginCountry": "中国香港特别行政区",
"registerSource": null
},
"success": true
}