How to get guest accounts list

// GET /account/guests?_expand=true&limit=100&offset=0&sortby=Name&sortdirection=asc

/*

OUTPUT

{

 "entities": [

   {

     "id": 278438,

     "name": "CELEBRITY TEAM",

     "password": "vq654i",

     "email": "asdasdasd@clickmeter.com",

     "loginCount": 2,

     "creationDate": "20151019181535",

     "timeZone": 4,

     "key": "R9KH75SK4uE4ZOlS7DD7S8==",

     "language": "en-US",

     "dateFormat": "dd/MM/yyyy",

     "timeFormat": 1,

     "decimalSeparator": ".",

     "numberGroupSeparator": ",",

     "userName": "CELEBRITY",

     "extendedGrants": {

       "allowAllGrants": true

     },

     "conversionOptions": {

       "percentValue": 100,

       "percentCommission": 100

     },

     "hitOptions": {},

     "groupGrants": 5

   },

 

*/

Have more questions? Submit a request

0 Comments

Article is closed for comments.