Get user
Get specific user
GET
/api/users/get
You can pass one of the parameters to search for a user
Query Parameters
Name
Type
Description
id*
int
Id of user
string
Email of user (indead of id)
email - Users Email
guid - Unic internal guid of user
id - Users ID
name - Users name
phone - Phone
{
"Data": {
"email": "[email protected]",
"guid": "843dac07-e03d-4b81-8c49-9e4bb9888e4c",
"id": 1204,
"name": "Dima",
"phone": "+380444444444"
},
"Error": null,
"Status": "OK",
"StatusCode": 200
}
Last updated