GoodMem
ReferenceAPIREST APIUsers

Get user by email address

Retrieves a user by their email address. The email must be URL-encoded if it contains special characters.

GET
/v1/users/email/{email}
x-api-key<token>

In: header

Path Parameters

emailstring

The email address of the user to retrieve

Response Body

curl -X GET "https://loading/v1/users/email/[email protected]"
{
  "userId": "550e8400-e29b-41d4-a716-446655440000",
  "email": "[email protected]",
  "displayName": "John Doe",
  "username": "johndoe",
  "createdAt": "1620000000000",
  "updatedAt": "1620100000000"
}
Empty
Empty
Empty
Empty