Get a user by email
GET/api/v4/users/email/:email
Get a user object by providing a user email. Sensitive information will be sanitized out.
Permissions
Requires an active session and for the current session to be able to view another user's email based on the server's privacy settings.
Request
Responses
- 200
- 400
- 401
- 403
- 404
User retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found