mirror of https://github.com/vernonkeenan/lib
parent
c8efe1a2b0
commit
5b7e716b71
|
@ -105,7 +105,7 @@ type User struct {
|
|||
IsPortalEnabled bool `json:"IsPortalEnabled,omitempty"`
|
||||
|
||||
// Has Profile Photo
|
||||
IsProphilePhotoActive bool `json:"IsProphilePhotoActive,omitempty"`
|
||||
IsProfilePhotoActive bool `json:"IsProfilePhotoActive,omitempty"`
|
||||
|
||||
// is system controlled
|
||||
IsSystemControlled bool `json:"IsSystemControlled,omitempty"`
|
||||
|
|
|
@ -2438,7 +2438,7 @@ definitions:
|
|||
IsPortalEnabled:
|
||||
description: Is the user enabled for Communities?
|
||||
type: boolean
|
||||
IsProphilePhotoActive:
|
||||
IsProfilePhotoActive:
|
||||
description: Has Profile Photo
|
||||
type: boolean
|
||||
IsSystemControlled:
|
||||
|
|
|
@ -2438,7 +2438,7 @@ definitions:
|
|||
IsPortalEnabled:
|
||||
description: Is the user enabled for Communities?
|
||||
type: boolean
|
||||
IsProphilePhotoActive:
|
||||
IsProfilePhotoActive:
|
||||
description: Has Profile Photo
|
||||
type: boolean
|
||||
IsSystemControlled:
|
||||
|
|
Loading…
Reference in New Issue