GET AppUser/Get

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
criteria
Documentation for 'criteria'.

None.

queryOptions
Documentation for 'queryOptions'.

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Value": {
    "$id": "2",
    "TotalCount": 1,
    "Results": [
      {
        "$id": "3",
        "EntityKey": 1,
        "Type": 0,
        "UserID": 2,
        "Name": "sample string 3",
        "EmailID": "sample string 4",
        "Phone": "sample string 5",
        "ManagerID": 1,
        "ImageID": 1,
        "TypeDescription": "sample string 6",
        "IsActive": true,
        "IsDeleted": true,
        "LastLogin": "2026-04-03T01:44:04.7181293-04:00"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Errors": [],
  "Status": 0,
  "IsFreeOfErrors": true,
  "HasErrors": false
}