GET
api/v1/GetAdminMemberDetail?clientId={clientId}&userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| userName | string |
Required |
Response Information
Description:
Return type: AdminMemberDetailModel
Response Formats
application/json, text/json
{
"AdminMemberId": 1,
"UserName": "sample string 2",
"Password": "sample string 3",
"IsActive": true,
"CreatedOn": "2026-02-05T05:27:38.743935+00:00",
"AdminUserTypeId": 6,
"LastLoginDate": "2026-02-05T05:27:38.743935+00:00",
"IsLogicalDeleted": true,
"ForceToChangePassword": true,
"ClientId": 10,
"APIAccessToken": "sample string 11",
"GoogleAccount": "sample string 12",
"IsEmailActive": true,
"ConnectionId": "sample string 14",
"IsOnline": true,
"Token": "45f37c56-6905-4dc2-bd6c-93a2253f1126",
"PhoneToken": "sample string 17",
"IsVerified": true,
"IsAccountApproved": true,
"IsAgreementAccepted": true,
"ParentAdminMemberId": 21,
"IsMposActive": true
}
text/html
{"AdminMemberId":1,"UserName":"sample string 2","Password":"sample string 3","IsActive":true,"CreatedOn":"2026-02-05T05:27:38.743935+00:00","AdminUserTypeId":6,"LastLoginDate":"2026-02-05T05:27:38.743935+00:00","IsLogicalDeleted":true,"ForceToChangePassword":true,"ClientId":10,"APIAccessToken":"sample string 11","GoogleAccount":"sample string 12","IsEmailActive":true,"ConnectionId":"sample string 14","IsOnline":true,"Token":"45f37c56-6905-4dc2-bd6c-93a2253f1126","PhoneToken":"sample string 17","IsVerified":true,"IsAccountApproved":true,"IsAgreementAccepted":true,"ParentAdminMemberId":21,"IsMposActive":true}
application/xml, text/xml
<AdminMemberDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Account"> <APIAccessToken>sample string 11</APIAccessToken> <AdminMemberId>1</AdminMemberId> <AdminUserTypeId>6</AdminUserTypeId> <ClientId>10</ClientId> <ConnectionId>sample string 14</ConnectionId> <CreatedOn>2026-02-05T05:27:38.743935+00:00</CreatedOn> <ForceToChangePassword>true</ForceToChangePassword> <GoogleAccount>sample string 12</GoogleAccount> <IsAccountApproved>true</IsAccountApproved> <IsActive>true</IsActive> <IsAgreementAccepted>true</IsAgreementAccepted> <IsEmailActive>true</IsEmailActive> <IsLogicalDeleted>true</IsLogicalDeleted> <IsMposActive>true</IsMposActive> <IsOnline>true</IsOnline> <IsVerified>true</IsVerified> <LastLoginDate>2026-02-05T05:27:38.743935+00:00</LastLoginDate> <ParentAdminMemberId>21</ParentAdminMemberId> <Password>sample string 3</Password> <PhoneToken>sample string 17</PhoneToken> <Token>45f37c56-6905-4dc2-bd6c-93a2253f1126</Token> <UserName>sample string 2</UserName> </AdminMemberDetailModel>
