Skip to content

Commit

Permalink
Merge pull request #1183 from imilchev/user-2fa-type
Browse files Browse the repository at this point in the history
add 2FA type to slack user
  • Loading branch information
kanata2 committed Mar 28, 2023
2 parents a735199 + a22a95b commit 5923d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users.go
Expand Up @@ -130,6 +130,7 @@ type User struct {
IsAppUser bool `json:"is_app_user"`
IsInvitedUser bool `json:"is_invited_user"`
Has2FA bool `json:"has_2fa"`
TwoFactorType *string `json:"two_factor_type"`
HasFiles bool `json:"has_files"`
Presence string `json:"presence"`
Locale string `json:"locale"`
Expand Down

0 comments on commit 5923d7d

Please sign in to comment.