跳到主要内容
版本:2.3

平台成员信息

接口说明

查询平台成员信息

接口地址

http://{api-host}/v1/api/users/{成员ID}

请求方式

GET

公共请求参数

公共请求参数

请求参数

名称类型必填描述示例值

返回数据

名称类型描述
idstring成员ID
namestring成员名称
identitystring成员账号
emailstring成员邮箱
phoneNumberstring成员手机号
creatorIdstring创建者ID
lastVisitAtstring最后一次访问时间

返回示例

{
"id": "nxGKqxQa",
"name": "马XXX",
"identity": "xxx@growingio.com",
"email": "xxx@growingio.com",
"phoneNumber": "13800000000",
"creatorId": "WlGk4Daj",
"lastVisitAt": "2021-12-22T09:55:51Z"
}

错误码

变更历史