Company
Create Company
Used to create new Companies
post/companies
Request body
account_idsstring[]
admin_idsstring[]
The IDs of Company administrators
Response
The company that was created
idstring
The ID of the Company
namestring
The Company name
created_timeinteger
Time at which the account was created
created_by_idstring
The ID of the user who created this account
last_updated_timeinteger
Time at which the account was last updated
last_updated_by_idstring
The ID of the user who last updated this account
session_timeout'default' | 'hours_04' | 'hours_08' | 'hours_10' | 'hours_12' | 'hours_24' | 'hours_72'
The desired session timeout
link_infrastructure_keystring
Key of the dedicated Link (mablnet) infrastructure cluster this company's tunnels are pinned to (e.g. acme -> acme-wss.link.mabl.com). Absent for the multi-tenant shared cluster (key mabl). Operator-managed via PUT/DELETE /companies/{id}/linkInfrastructureKey only — never via the generic company update.