Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the user identified by the specified email address.

Available from

v1

Request path

GET [REST URL]/user/getByEmail

Query Parameters

Parameter

Type

Description

email

String

Email of the user

Example response

{
    "id": 18067305231,
    "email": "test@test.com",
    "mobileNumber": null,
    "identifier": null
}
  • No labels