pub async fn retrieve_registration_with_id(
configuration: &Configuration,
user_id: &str,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<RegistrationResponse, Error<RetrieveRegistrationWithIdError>>
Expand description
Retrieves the user registration for the user with the given Id and the given application Id.