*Check User Existence
Find any user by parameters and confirm his existence
UserExists
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"Result": {
"UserExists": true, // true or false
"FirstName": "string",
"LastName": "string",
"Nickname": "string",
"ImageUrl": "string"
},
"Status": 200,
"Title": "",
"Errors": []
}Last updated