/user/getByMobileNumber
  • 1 Minute to read
  • Dark
    Light

/user/getByMobileNumber

  • Dark
    Light

Article summary

Get
/user/getByMobileNumber

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

Query parameters
mobileNumber
stringRequired

Mobile number of the user

Responses
200

Example response:
{
"id": 18067305231,
"email": "test@test.com",
"mobileNumber": null,
"identifier": null
}

Expand All
object
id
integer (int64)
email
string
mobileNumber
string
identifier
string
unifiedIdentifiers
Array of object (Attribute)
object
name
string
value
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400

User with mobile number does not exist. / Parameter 'mobileNumber' is not a valid phone number.


Was this article helpful?