GET api/User/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfUserBasicResponseExt| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | UserBasicResponseExt |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"id": "sample string 1",
"memberNum": "sample string 2",
"title": "sample string 3",
"firstName": "sample string 4",
"lastName": "sample string 5",
"middleName": "sample string 6",
"prefName": "sample string 7",
"registeredEmail": "sample string 8",
"secondaryEmail": "sample string 9",
"gender": "sample string 10",
"dob": "2025-12-11T04:19:34.0051992+11:00",
"mobile": "sample string 12",
"avatarUrl": "sample string 13"
},
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":{"id":"sample string 1","memberNum":"sample string 2","title":"sample string 3","firstName":"sample string 4","lastName":"sample string 5","middleName":"sample string 6","prefName":"sample string 7","registeredEmail":"sample string 8","secondaryEmail":"sample string 9","gender":"sample string 10","dob":"2025-12-11T04:19:34.0051992+11:00","mobile":"sample string 12","avatarUrl":"sample string 13"},"message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfUserBasicResponseExtRplYTJAb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.Users.Responses">
<AvatarUrl xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 13</AvatarUrl>
<Dob xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">2025-12-11T04:19:34.0051992+11:00</Dob>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 4</FirstName>
<Gender xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 10</Gender>
<Id xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 1</Id>
<LastName xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 5</LastName>
<MemberNum xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 2</MemberNum>
<MiddleName xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 6</MiddleName>
<Mobile xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 12</Mobile>
<PrefName xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 7</PrefName>
<Pronoun xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 11</Pronoun>
<RegisteredEmail xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 8</RegisteredEmail>
<SecondaryEmail xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 9</SecondaryEmail>
<Title xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.User.Response">sample string 3</Title>
</Data>
<Message>sample string 1</Message>
</ResponseResultOfUserBasicResponseExtRplYTJAb>