curl --request GET \ --url 'https://YOURSITE.konstant.ly/openapi/v1/users/byEmail/[email protected]' \ --header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{ "id": "1234567890", "name": "John Doe", "language": "en", "occupation": "Salesman", "location": "London", "timezone": "Europe/London", "email": "[email protected]", "isBanned": false, "role": { "alias": "learner" }, "fromApi": false, "image": null, "attributes": {} }
Get user information by email address
Show Image object properties
Show Error object properties
Was this page helpful?