GET GetUserDetails?InstId={InstId}&BscilSomaiyaMemberId={BscilSomaiyaMemberId}&MaskFlag={MaskFlag}&PageNo={PageNo}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstId | integer |
Required |
|
BscilSomaiyaMemberId | integer |
Required |
|
MaskFlag | string |
Required |
|
PageNo | integer |
Required |
|
PageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LMSUsersName | Description | Type | Additional information |
---|---|---|---|
pageNumber | integer |
None. |
|
pageSize | integer |
None. |
|
totalNumberOfPages | integer |
None. |
|
totalNumberOfRecords | integer |
None. |
|
results | Collection of UserInfoDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "pageNumber": 1, "pageSize": 2, "totalNumberOfPages": 3, "totalNumberOfRecords": 4, "results": [ { "row_Number": 1, "altered_Count": 2, "total_Count": 3, "bscil_Somaiya_Member_Id": 4, "somaiya_Member_Id": "sample string 5", "salutation": "sample string 6", "first_Name": "sample string 7", "father_Name": "sample string 8", "mother_Name": "sample string 9", "last_Name": "sample string 10", "date_Of_Birth": "2025-04-02T07:48:01.3697354+00:00", "gender": "sample string 12", "mobile_No": "sample string 13", "email_Id": "sample string 14", "parents_Mobile_No": "sample string 15", "parents_Email_Id": "sample string 16", "member_Type": "sample string 17", "blood_Group": "sample string 18", "nationality": "sample string 19", "aadhar_Card_No": "sample string 20", "passport_No": "sample string 21", "voter_Id": "sample string 22", "driving_Licence_No": "sample string 23", "svv_Email_Id": "sample string 24", "svv_Net_Id": "sample string 25", "alumni_Flag": "sample string 26", "member_Status": "sample string 27", "inst_Id_List": "sample string 28" }, { "row_Number": 1, "altered_Count": 2, "total_Count": 3, "bscil_Somaiya_Member_Id": 4, "somaiya_Member_Id": "sample string 5", "salutation": "sample string 6", "first_Name": "sample string 7", "father_Name": "sample string 8", "mother_Name": "sample string 9", "last_Name": "sample string 10", "date_Of_Birth": "2025-04-02T07:48:01.3697354+00:00", "gender": "sample string 12", "mobile_No": "sample string 13", "email_Id": "sample string 14", "parents_Mobile_No": "sample string 15", "parents_Email_Id": "sample string 16", "member_Type": "sample string 17", "blood_Group": "sample string 18", "nationality": "sample string 19", "aadhar_Card_No": "sample string 20", "passport_No": "sample string 21", "voter_Id": "sample string 22", "driving_Licence_No": "sample string 23", "svv_Email_Id": "sample string 24", "svv_Net_Id": "sample string 25", "alumni_Flag": "sample string 26", "member_Status": "sample string 27", "inst_Id_List": "sample string 28" } ] }
application/xml, text/xml
Sample:
<LMSUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO"> <pageNumber>1</pageNumber> <pageSize>2</pageSize> <results> <UserInfoDTO> <Aadhar_Card_No>sample string 20</Aadhar_Card_No> <Altered_Count>2</Altered_Count> <Alumni_Flag>sample string 26</Alumni_Flag> <Blood_Group>sample string 18</Blood_Group> <Bscil_Somaiya_Member_Id>4</Bscil_Somaiya_Member_Id> <Date_Of_Birth>2025-04-02T07:48:01.3697354+00:00</Date_Of_Birth> <Driving_Licence_No>sample string 23</Driving_Licence_No> <Email_Id>sample string 14</Email_Id> <Father_Name>sample string 8</Father_Name> <First_Name>sample string 7</First_Name> <Gender>sample string 12</Gender> <Inst_Id_List>sample string 28</Inst_Id_List> <Last_Name>sample string 10</Last_Name> <Member_Status>sample string 27</Member_Status> <Member_Type>sample string 17</Member_Type> <Mobile_No>sample string 13</Mobile_No> <Mother_Name>sample string 9</Mother_Name> <Nationality>sample string 19</Nationality> <Parents_Email_Id>sample string 16</Parents_Email_Id> <Parents_Mobile_No>sample string 15</Parents_Mobile_No> <Passport_No>sample string 21</Passport_No> <Row_Number>1</Row_Number> <Salutation>sample string 6</Salutation> <Somaiya_Member_Id>sample string 5</Somaiya_Member_Id> <Svv_Email_Id>sample string 24</Svv_Email_Id> <Svv_Net_Id>sample string 25</Svv_Net_Id> <Total_Count>3</Total_Count> <Voter_Id>sample string 22</Voter_Id> </UserInfoDTO> <UserInfoDTO> <Aadhar_Card_No>sample string 20</Aadhar_Card_No> <Altered_Count>2</Altered_Count> <Alumni_Flag>sample string 26</Alumni_Flag> <Blood_Group>sample string 18</Blood_Group> <Bscil_Somaiya_Member_Id>4</Bscil_Somaiya_Member_Id> <Date_Of_Birth>2025-04-02T07:48:01.3697354+00:00</Date_Of_Birth> <Driving_Licence_No>sample string 23</Driving_Licence_No> <Email_Id>sample string 14</Email_Id> <Father_Name>sample string 8</Father_Name> <First_Name>sample string 7</First_Name> <Gender>sample string 12</Gender> <Inst_Id_List>sample string 28</Inst_Id_List> <Last_Name>sample string 10</Last_Name> <Member_Status>sample string 27</Member_Status> <Member_Type>sample string 17</Member_Type> <Mobile_No>sample string 13</Mobile_No> <Mother_Name>sample string 9</Mother_Name> <Nationality>sample string 19</Nationality> <Parents_Email_Id>sample string 16</Parents_Email_Id> <Parents_Mobile_No>sample string 15</Parents_Mobile_No> <Passport_No>sample string 21</Passport_No> <Row_Number>1</Row_Number> <Salutation>sample string 6</Salutation> <Somaiya_Member_Id>sample string 5</Somaiya_Member_Id> <Svv_Email_Id>sample string 24</Svv_Email_Id> <Svv_Net_Id>sample string 25</Svv_Net_Id> <Total_Count>3</Total_Count> <Voter_Id>sample string 22</Voter_Id> </UserInfoDTO> </results> <totalNumberOfPages>3</totalNumberOfPages> <totalNumberOfRecords>4</totalNumberOfRecords> </LMSUsers>