Skip to content

Commit

Permalink
feat: add ssoGroups (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Mar 28, 2024
1 parent 30795ce commit 6b696df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/users/users-api-client/users-api-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export class UsersApiRow {
public readonly unrestricted: number,
public readonly requireMFA: number,
public readonly firstName: string = '',
public readonly lastName: string = ''
public readonly lastName: string = '',
public readonly ssoGroups: string = '',
) {}
}

0 comments on commit 6b696df

Please sign in to comment.