Skip to content

Commit

Permalink
Add automaticSeatAssignment attribute to LBID
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Jul 8, 2024
1 parent ddd32ab commit e1a8713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e1a8713

Please sign in to comment.