public static void GetAllApplicationUsers() { GetDevice_Demo Devices = new GetDevice_Demo(); Devices.Amount = 500; // if not sent, we use default setting which currently is 1000 Devices.Index = 0; // pick devices from the first row Devices.DeviceType = Enums.DevicePlatform.iOS; //if not supplied, returns all types. Devices.SecretToken = SecretToken; ActionsManager.SendGetDevicesRequest(Devices); }