POST api/AdminUsers/GetUserStats
AdmGetUserStats
Request Information
URI Parameters
None.
Body Parameters
GetUserStatsName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
UserActive | boolean |
None. |
|
UserLiveInD | boolean |
None. |
|
CountryID | integer |
None. |
|
Radius | integer |
None. |
|
Longitude | decimal number |
None. |
|
Latitude | decimal number |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "fe88184a-8bf3-4f27-9775-a12992b3fd37", "UserActive": true, "UserLiveInD": true, "CountryID": 1, "Radius": 1, "Longitude": 1.1, "Latitude": 1.1, "UserUUIDCur": "2b80015e-d655-474e-81f2-837bbb6c5ff8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]