portal user

interface PortalUser {
    contactPhone: string;
    email: string;
    extIdentityID: string;
    id: string;
    profiles: "portaluser".Profile[];
    timezone: string;
    username: string;
}

Properties

contactPhone: string

contactPhone of portal user

email: string

email of portal user

extIdentityID: string

extIdentityID of portal user

id: string

id of portal user

profiles: "portaluser".Profile[]

profile list of portal user

timezone: string

timezone of portal user

username: string

username of portal user