GET v3/admin/getMemberInfo?memberId={memberId}
admin get the member detail info
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| memberId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"cellPhone": "sample string 1",
"homePhone": "sample string 2",
"activeStatus": true,
"memberId": "sample string 4",
"email": "sample string 5",
"firstName": "sample string 6",
"lastName": "sample string 7",
"photo": "sample string 8",
"gender": "sample string 9",
"status": "sample string 10",
"birthdate": "sample string 11",
"grad": "sample string 12",
"language": "sample string 13",
"profileType": 14,
"userName": "sample string 15",
"albumId": "sample string 16",
"isWechatLinked": true
}
application/xml, text/xml
Sample:
<MemberInfoOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Admin"> <AlbumId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 16</AlbumId> <Birthdate xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 11</Birthdate> <Grad xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 12</Grad> <IsWechatLinked xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</IsWechatLinked> <Language xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 13</Language> <ProfileType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">14</ProfileType> <UserName xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 15</UserName> <email xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 5</email> <firstName xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 6</firstName> <gender xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 9</gender> <lastName xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 7</lastName> <memberId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 4</memberId> <photo xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 8</photo> <status xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 10</status> <activeStatus>true</activeStatus> <cellPhone>sample string 1</cellPhone> <homePhone>sample string 2</homePhone> </MemberInfoOutVO>