GET api/home/userInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JsonFormatOfApplicationUser
NameDescriptionTypeAdditional information
Error

boolean

None.

Message

string

None.

Data

ApplicationUser

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": true,
  "Message": "sample string 2",
  "Data": {
    "UserName": "sample string 1",
    "FullName": "sample string 2",
    "Gender": "sample string 3",
    "CompanyId": "sample string 4",
    "BelongType": 5,
    "ProId": "sample string 6",
    "BirthDate": "2024-09-20",
    "RoleName": [
      "sample string 1",
      "sample string 2"
    ],
    "RoleIDs": [
      "sample string 1",
      "sample string 2"
    ],
    "LastLoginTime": "2024-09-20 09:32:03",
    "DeptName": "sample string 8",
    "ProIds": [
      "sample string 1",
      "sample string 2"
    ],
    "CellPhone": "sample string 9",
    "Email": "sample string 10",
    "SysRights": {
      "AllowAdd": true,
      "AllowUpdate": true,
      "AllowDelete": true,
      "AllowImport": true,
      "AllowExport": true,
      "AllowDownload": true,
      "AllowApproval": true,
      "AllowRunat": true
    },
    "ShieldCustomPointSetList": [
      {
        "Id": 1,
        "User_Name": "sample string 2",
        "Line_Id": 3.0,
        "Tbm_Id": 4.0,
        "PageType": 5,
        "Title": "sample string 6",
        "TagGroups": "sample string 7",
        "TagGroupNames": "sample string 8",
        "TopLimit": 1.0,
        "LowerLimit": 1.0
      },
      {
        "Id": 1,
        "User_Name": "sample string 2",
        "Line_Id": 3.0,
        "Tbm_Id": 4.0,
        "PageType": 5,
        "Title": "sample string 6",
        "TagGroups": "sample string 7",
        "TagGroupNames": "sample string 8",
        "TopLimit": 1.0,
        "LowerLimit": 1.0
      }
    ],
    "access": "sample string 11",
    "reflesh": "sample string 12"
  }
}