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

Description

Returns the user identified by the specified identifier. If there are more users with the same identifier, the response refers to the last user where this identifier has been assigned.

Available from

v7

Request path

GET [REST URL]/user/getByMobileNumber

Query Parameters

Parameter

Type

Description

mobileNumber

String mobileNumber

mobileNumber of the user

Example response

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