Get Users
Retrieve all user data
Method
GETPath
/api/usersAuthentication
API KeyResponse
Returns array of user objects
Example Response
[
{
"id": "u123",
"firstName": "John".
"lastName": "Doe",
"createadAt": "2026-02-26"
}
]Errors
- Unauthorized
Example Response
{
"status": "Error"
"message": "Unauthorized".
"httpStatus": 400
}