GET
/
api
/
v1
/
users
/
get-all
/
Get All Users
curl --request GET \
  --url https://next-fast-turbo-api.vercel.app/api/v1/users/get-all/
[
  {
    "id": "<string>",
    "forename": "<string>",
    "surname": "<string>",
    "email": "jsmith@example.com"
  }
]

Response

Successful Response

id
string
required
forename
string
required
surname
string
required
email
string<email>
required