pub async fn add_user_to_family_with_id(
configuration: &Configuration,
family_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
family_request: Option<FamilyRequest>
) -> Result<FamilyResponse, Error<AddUserToFamilyWithIdError>>
Expand description
Adds a user to an existing family. The family Id must be specified.