GET api/AdminApi/GetUserList?parentId={parentId}&page={page}&length={length}&search={search}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

integer

Required

page

integer

Required

length

integer

Required

search

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of UserList
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

MobileNo

string

None.

Balance

decimal number

None.

ExpiryDate

date

None.

BrandName

string

None.

Username

string

None.

Password

string

None.

LoginId

integer

None.

UserType

string

None.

Total

integer

None.

BalanceType

string

None.

PerSMSCredit

decimal number

None.

data

string

None.

SendMobileNoPercent

integer

None.

LoginIdEncrypt

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "MobileNo": "sample string 3",
    "Balance": 1.1,
    "ExpiryDate": "2025-12-06T10:51:13.1673776+05:00",
    "BrandName": "sample string 5",
    "Username": "sample string 6",
    "Password": "sample string 7",
    "LoginId": 8,
    "UserType": "sample string 9",
    "Total": 10,
    "BalanceType": "sample string 11",
    "PerSMSCredit": 12.1,
    "data": "sample string 13",
    "SendMobileNoPercent": 14,
    "LoginIdEncrypt": "sample string 15"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "MobileNo": "sample string 3",
    "Balance": 1.1,
    "ExpiryDate": "2025-12-06T10:51:13.1673776+05:00",
    "BrandName": "sample string 5",
    "Username": "sample string 6",
    "Password": "sample string 7",
    "LoginId": 8,
    "UserType": "sample string 9",
    "Total": 10,
    "BalanceType": "sample string 11",
    "PerSMSCredit": 12.1,
    "data": "sample string 13",
    "SendMobileNoPercent": 14,
    "LoginIdEncrypt": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUserList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <UserList>
    <Balance>1.1</Balance>
    <BalanceType>sample string 11</BalanceType>
    <BrandName>sample string 5</BrandName>
    <ExpiryDate>2025-12-06T10:51:13.1673776+05:00</ExpiryDate>
    <Id>1</Id>
    <LoginId>8</LoginId>
    <LoginIdEncrypt>sample string 15</LoginIdEncrypt>
    <MobileNo>sample string 3</MobileNo>
    <Name>sample string 2</Name>
    <Password>sample string 7</Password>
    <PerSMSCredit>12.1</PerSMSCredit>
    <SendMobileNoPercent>14</SendMobileNoPercent>
    <Total>10</Total>
    <UserType>sample string 9</UserType>
    <Username>sample string 6</Username>
    <data>sample string 13</data>
  </UserList>
  <UserList>
    <Balance>1.1</Balance>
    <BalanceType>sample string 11</BalanceType>
    <BrandName>sample string 5</BrandName>
    <ExpiryDate>2025-12-06T10:51:13.1673776+05:00</ExpiryDate>
    <Id>1</Id>
    <LoginId>8</LoginId>
    <LoginIdEncrypt>sample string 15</LoginIdEncrypt>
    <MobileNo>sample string 3</MobileNo>
    <Name>sample string 2</Name>
    <Password>sample string 7</Password>
    <PerSMSCredit>12.1</PerSMSCredit>
    <SendMobileNoPercent>14</SendMobileNoPercent>
    <Total>10</Total>
    <UserType>sample string 9</UserType>
    <Username>sample string 6</Username>
    <data>sample string 13</data>
  </UserList>
</ArrayOfUserList>