From e1a8713439d946608a9a34449c911d29c032da05 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" Date: Mon, 8 Jul 2024 15:37:25 +0800 Subject: [PATCH] Add automaticSeatAssignment attribute to LBID Signed-off-by: Hung-Han (Henry) Chen --- src/BusinessService.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BusinessService.ts b/src/BusinessService.ts index 34a5bf71..e714bc36 100644 --- a/src/BusinessService.ts +++ b/src/BusinessService.ts @@ -126,6 +126,10 @@ export type Business = { * If set to true by the admin, users will be automatically added to the business when they log in via SSO. */ ssoAutoJoin?: boolean; + /** + * If true, the invited user will be automatically assigned to a subscription. + */ + automaticSeatAssignment: boolean; /** * A list of verified domains. */