GET v3/admin/getMemberInfo?memberId={memberId}

admin get the member detail info

Request Information

Parameters

NameDescriptionAdditional 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",
  "nonBinary": true,
  "status": "sample string 11",
  "birthdate": "sample string 12",
  "grad": "sample string 13",
  "language": "sample string 14",
  "profileType": 15,
  "userName": "sample string 16",
  "albumId": "sample string 17",
  "isUserNameChanged": true,
  "isBirthdateChanged": true,
  "isGenderChanged": true,
  "changedUserName": "sample string 21",
  "changedBirthdate": "sample string 22",
  "hideGender": true,
  "removeNonBinaryOption": 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 17</AlbumId>
  <Birthdate xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 12</Birthdate>
  <ChangedBirthdate xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 22</ChangedBirthdate>
  <ChangedUserName xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 21</ChangedUserName>
  <Grad xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 13</Grad>
  <HideGender xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</HideGender>
  <IsBirthdateChanged xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</IsBirthdateChanged>
  <IsGenderChanged xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</IsGenderChanged>
  <IsUserNameChanged xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</IsUserNameChanged>
  <Language xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 14</Language>
  <ProfileType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">15</ProfileType>
  <RemoveNonBinaryOption xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</RemoveNonBinaryOption>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">sample string 16</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>
  <nonBinary xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">true</nonBinary>
  <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 11</status>
  <activeStatus>true</activeStatus>
  <cellPhone>sample string 1</cellPhone>
  <homePhone>sample string 2</homePhone>
</MemberInfoOutVO>