pub async fn retrieve_user_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>
) -> Result<UserResponse, Error<RetrieveUserWithIdError>>
Expand description

Retrieves the user for the given Id.