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