Skip to content
Start here

Accounts

List tenant accounts
client.Tenants.Accounts.List(ctx, tenantID) (*SinglePage[TenantAccount], error)
GET/tenants/{tenant_id}/accounts
ModelsExpand Collapse
type TenantAccount struct{…}
ID string
CreatedOn Time
formatdate-time
Name string
Settings TenantAccountSettings
AbuseContactEmail string
AccessApprovalExpiry Time
formatdate-time
APIAccessEnabled bool
DeprecatedDefaultNameservers string

Use DNS Settings instead. Deprecated.

EnforceTwofactor bool
DeprecatedUseAccountCustomNSByDefault bool

Use DNS Settings instead. Deprecated.

Type TenantAccountType
One of the following:
const TenantAccountTypeStandard TenantAccountType = "standard"
const TenantAccountTypeEnterprise TenantAccountType = "enterprise"