GET /api/Admin/GetAllAdmins
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"
}
]