diff --git a/api/sfgate/sfgate_models/user.go b/api/sfgate/sfgate_models/user.go index 9396862..dc713cf 100644 --- a/api/sfgate/sfgate_models/user.go +++ b/api/sfgate/sfgate_models/user.go @@ -164,6 +164,9 @@ type User struct { // Profile ProfileID *string `json:"ProfileID,omitempty"` + // Provider + Provider *string `json:"Provider,omitempty"` + // Info Emails ReceivesAdminEmails *bool `json:"ReceivesAdminEmails,omitempty"` diff --git a/swagger/external/sf-gate-work.yaml b/swagger/external/sf-gate-work.yaml index 7b1b2f9..b9c450c 100644 --- a/swagger/external/sf-gate-work.yaml +++ b/swagger/external/sf-gate-work.yaml @@ -5362,6 +5362,10 @@ definitions: description: Portal Role Level type: string x-nullable: true + Provider: + description: Provider + type: string + x-nullable: true ProfileID: description: Profile type: string diff --git a/swagger/sf-gate-work.yaml b/swagger/sf-gate-work.yaml index 2b9bb82..e221d3a 100644 --- a/swagger/sf-gate-work.yaml +++ b/swagger/sf-gate-work.yaml @@ -5362,6 +5362,10 @@ definitions: description: Portal Role Level type: string x-nullable: true + Provider: + description: Provider + type: string + x-nullable: true ProfileID: description: Profile type: string