Get user by email address
Retrieves a user by their email address. The email must be URL-encoded if it contains special characters.
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