Look up an end user by email (server-side admin)
GET/auth/users/by-email
Secret-key-scoped lookup of a single end user by email address within the authenticating application. Scoped to the application — never resolves a user from another application. Does not return the password hash.
Request
Responses
- 200
- 400
- 404
- 500
User retrieved
email query parameter is required
User not found
Internal server error