Skip to main content

WorkspaceUser

type WorkspaceUser = {
avatarId?: string | null;
avatarUrls?: | {
s195: string;
s35: string;
s60: string;
s640: string;
}
| null;
awayMode?: | {
dateFrom: string;
dateTo: string;
type: string;
}
| null;
bot: boolean;
contactInfo?: string | null;
dateFormat?: string | null;
email?: string | null;
featureFlags?: string[] | null;
firstName?: string | null;
id: number;
name: string;
profession?: string | null;
removed: boolean;
restricted?: boolean | null;
setupPending?: number | boolean | null;
shortName: string;
theme?: string | null;
timeFormat?: string | null;
timezone: string;
userType: "USER" | "GUEST" | "ADMIN";
version: number;
};

Type Declaration

NameType
avatarId?string | null
avatarUrls?| { s195: string; s35: string; s60: string; s640: string; } | null
awayMode?| { dateFrom: string; dateTo: string; type: string; } | null
botboolean
contactInfo?string | null
dateFormat?string | null
email?string | null
featureFlags?string[] | null
firstName?string | null
idnumber
namestring
profession?string | null
removedboolean
restricted?boolean | null
setupPending?number | boolean | null
shortNamestring
theme?string | null
timeFormat?string | null
timezonestring
userType"USER" | "GUEST" | "ADMIN"
versionnumber