GET api/User
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Xenia_User| Name | Description | Type | Additional information |
|---|---|---|---|
| User_UiD | string |
String length: inclusive between 0 and 255 |
|
| User_Name | string |
String length: inclusive between 0 and 255 |
|
| User_Email | string |
String length: inclusive between 0 and 255 |
|
| User_Contact | string |
String length: inclusive between 0 and 255 |
|
| User_UserName | string |
Required String length: inclusive between 0 and 255 |
|
| User_Password | string |
Required String length: inclusive between 0 and 255 |
|
| User_Active | boolean |
None. |
|
| User_CreatedOn | date |
None. |
|
| User_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| User_ModifiedOn | date |
None. |
|
| User_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| User_CompanyUid | string |
String length: inclusive between 0 and 255 |
|
| User_Token | string |
String length: inclusive between 0 and 255 |
|
| User_Role | string |
String length: inclusive between 0 and 255 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"User_UiD": "sample string 1",
"User_Name": "sample string 2",
"User_Email": "sample string 3",
"User_Contact": "sample string 4",
"User_UserName": "sample string 5",
"User_Password": "sample string 6",
"User_Active": true,
"User_CreatedOn": "2025-12-06T09:21:22.8066114+05:30",
"User_CreatedBy": "sample string 7",
"User_ModifiedOn": "2025-12-06T09:21:22.8066114+05:30",
"User_ModifiedBy": "sample string 8",
"User_CompanyUid": "sample string 9",
"User_Token": "sample string 10",
"User_Role": "sample string 11"
},
{
"$ref": "1"
}
]