pub async fn get_user_details_by_user_ids(
conn: &mut PgConnection,
user_ids: &[Uuid],
) -> ModelResult<Vec<UserDetail>>
Expand description
Retrieves user details for a list of user IDs
pub async fn get_user_details_by_user_ids(
conn: &mut PgConnection,
user_ids: &[Uuid],
) -> ModelResult<Vec<UserDetail>>
Retrieves user details for a list of user IDs