v1

latestSwagger 2.02026-07-176617.2 KB
Users

Find User by Email

Retrieves user details based on the email provided as a parameter.

get/getUserByEmail/{userEmail}

Path parameters

userEmailstring required

Email of the user to be retrieved

Headers

Authorizationstring required

Insert your access token

Response

User information retrieved successfully

ageinteger
emailstring
idstring
namestring

Example response

{
  "age": 30,
  "email": "test@test.com",
  "id": "82bdd399-321b-41d8-8b40-9a0116db9e92",
  "name": "John Doe"
}