GET /api/Admin/GetAllAdmins

GET /api/Admin/GetAllAdmins

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
GET /api/Admin/GetAllAdmins
curl \
 --request GET 'http://alzaware.runasp.net/api/Admin/GetAllAdmins'
Response examples (200)
[
  {
    "id": 42,
    "firstName": "string",
    "lastName": "string",
    "ssn": "string",
    "birthDate": "2025-05-04T09:42:00Z"
  }
]
Response examples (200)
[
  {
    "id": 42,
    "firstName": "string",
    "lastName": "string",
    "ssn": "string",
    "birthDate": "2025-05-04T09:42:00Z"
  }
]