Function remove_user_from_family_with_id

Source
pub async fn remove_user_from_family_with_id(
    configuration: &Configuration,
    family_id: &str,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<RemoveUserFromFamilyWithIdError>>
Expand description

Removes a user from the family with the given id.