Function find_users_for_org_prime_cache
pub fn find_users_for_org_prime_cache(
app_data: Data<AppData>,
jwt_token: JwtToken,
) -> Result<Vec<ShortUserResponse>, StatusMessage>
Expand description
Primes the cached function find_users_for_org
.
This is a cached function that uses the FIND_USERS_FOR_ORG
cached static.