parent
effff98c06
commit
3a4076f681
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue