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