pub async fn create_family(
configuration: &Configuration,
x_fusion_auth_tenant_id: Option<&str>,
family_request: Option<FamilyRequest>,
) -> Result<FamilyResponse, Error<CreateFamilyError>>
Expand description
Creates a family with the user Id in the request as the owner and sole member of the family. You can optionally specify an Id for the family, if not provided one will be generated.