SuspensionStatusHistory
SuspensionStatusHistory is the list of all suspension events against a specific User.
type SuspensionStatusHistory { active: Boolean! from: TimeRange! createdBy: User createdAt: Time! modifiedBy: User modifiedAt: Time message: String!}Fields#
active (Boolean!)#
active is true when the given suspension status time range applies now.
from (TimeRange!)#
from is the time range that the suspension is active for.
createdBy (User)#
createdBy is the User that suspended the User. If null, the then the given
User was suspended by the system.
createdAt (Time!)#
createdAt is the time that the suspension was created at.
modifiedBy (User)#
modifiedBy is the User that canceled/edited the suspension. If null, then
the suspension has not been canceled/edited, or has been edited by the
system.
modifiedAt (Time)#
modifiedAt is the time that the suspension was canceled/edited. If null,
then the suspension has not been canceled/edited.
message (String!)#
message is sent to suspended user via email.