Function backend::service::users::find_by_ids

source ·
pub async fn find_by_ids(
    user_ids: Vec<Uuid>,
    keycloak_api: &SharedKeycloakApi,
    http_client: &SharedHttpClient,
) -> Result<Vec<UserDto>, ServiceError>
Expand description

Get users by their ids.

§Errors

  • If the connection to the Keycloak API could not be established.