AdminGetUsersParams: {
    active_days?: QActiveDaysParameter;
    idle_days?: QIdleDaysParameter;
}

Type declaration

  • Optionalactive_days?: QActiveDaysParameter

    Minimum days a user has been active (has used the API). If you specify 2 and it's Monday then users who have used the API on Saturday or later will be returned.

  • Optionalidle_days?: QIdleDaysParameter

    Maximum days a user has been idle (has not used the API). If you specify 2 and it's Monday then users who have not used the API since Saturday will be returned.