curl --request GET \
--url http://localhost:3000/v1/auth/pin/staff{
"staff": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"deputy_employee_id": 123,
"role": "<string>",
"operational_units": [
"<string>"
]
}
]
}Get a list of active staff members for PIN-based login selection
curl --request GET \
--url http://localhost:3000/v1/auth/pin/staff{
"staff": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"deputy_employee_id": 123,
"role": "<string>",
"operational_units": [
"<string>"
]
}
]
}List of staff members
Show child attributes