GET User/FindUser/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"UserId": 1,
"UserName": "sample string 2",
"FullName": "sample string 3",
"Password": "sample string 4",
"RoleId": 1,
"MobileNo": "sample string 5",
"EmailId": "sample string 6",
"CreatedDt": "2025-12-20T01:32:20.4061134+05:30",
"ModifiedDt": "2025-12-20T01:32:20.4061134+05:30",
"IsActive": "sample string 7",
"CompanyId": 1,
"CompanyCode": "sample string 8",
"AgentAccTypeId": 1,
"AgentAccId": 1
}
text/html
Sample:
{"UserId":1,"UserName":"sample string 2","FullName":"sample string 3","Password":"sample string 4","RoleId":1,"MobileNo":"sample string 5","EmailId":"sample string 6","CreatedDt":"2025-12-20T01:32:20.4061134+05:30","ModifiedDt":"2025-12-20T01:32:20.4061134+05:30","IsActive":"sample string 7","CompanyId":1,"CompanyCode":"sample string 8","AgentAccTypeId":1,"AgentAccId":1}
application/xml, text/xml
Sample:
<UserMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models"> <AgentAccId>1</AgentAccId> <AgentAccTypeId>1</AgentAccTypeId> <CompanyCode>sample string 8</CompanyCode> <CompanyId>1</CompanyId> <CreatedDt>2025-12-20T01:32:20.4061134+05:30</CreatedDt> <EmailId>sample string 6</EmailId> <FullName>sample string 3</FullName> <IsActive>sample string 7</IsActive> <MobileNo>sample string 5</MobileNo> <ModifiedDt>2025-12-20T01:32:20.4061134+05:30</ModifiedDt> <Password>sample string 4</Password> <RoleId>1</RoleId> <UserId>1</UserId> <UserName>sample string 2</UserName> </UserMaster>