*Check User Existence
Find any user by parameters and confirm his existence
Last updated
Find any user by parameters and confirm his existence
GET https://user.telematicssdk.com/v1/Check/UserExists
Authorization: Allow Anonymous
Phone
string
Phone number of the user
string
Email of the user
ClientID
string
ClientID of the user
InsanceID
string
Instance where to look for the user
{
"Result": {
"UserExists": true, // true or false
"FirstName": "string",
"LastName": "string",
"Nickname": "string",
"ImageUrl": "string"
},
"Status": 200,
"Title": "",
"Errors": []
}Last updated