Function create_family_with_id

Source
pub async fn create_family_with_id(
    configuration: &Configuration,
    family_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    family_request: Option<FamilyRequest>,
) -> Result<FamilyResponse, Error<CreateFamilyWithIdError>>
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.