Function get_players

Source
pub async fn get_players(
    configuration: &Configuration,
    app_id: &str,
    limit: Option<i32>,
    offset: Option<i32>,
) -> Result<PlayerSlice, Error<GetPlayersError>>
Expand description

View the details of multiple devices in one of your OneSignal apps Unavailable for Apps Over 80,000 Users For performance reasons, this method is not available for larger apps. Larger apps should use the CSV export API endpoint, which is much more performant.