API Docs / Schemas / PortalUserDto

PortalUserDto

A contact who has been granted access to the client portal.

Properties

Name Type Description
codestring

Unique code identifying the portal user.

Unique code identifying the portal user.

contactCodestring

Code of the linked contact.

Code of the linked contact.

emailstring

The portal user's email address.

The portal user's email address.

contactFirstNamestring

First name of the linked contact.

First name of the linked contact.

contactLastNamestring

Last name of the linked contact.

Last name of the linked contact.

isActiveboolean

Whether this portal user account is active.

Whether this portal user account is active.

isEmailVerifiedboolean

Whether the user's email address has been verified.

Whether the user's email address has been verified.

lastLoginDatestring

When the portal user last logged in.

When the portal user last logged in.

invitationSentDatestring

When the portal invitation email was last sent.

When the portal invitation email was last sent.

createdDatestring

When the portal user was created.

When the portal user was created.

JSON Example

{
  "code": "string",
  "contactCode": "string",
  "email": "string",
  "contactFirstName": "string",
  "contactLastName": "string"
}

Used By Operations