PortalUserDto
A contact who has been granted access to the client portal.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Unique code identifying the portal user. |
Unique code identifying the portal user. | ||
| contactCode | string | Code of the linked contact. |
Code of the linked contact. | ||
| string | The portal user's email address. | |
The portal user's email address. | ||
| contactFirstName | string | First name of the linked contact. |
First name of the linked contact. | ||
| contactLastName | string | Last name of the linked contact. |
Last name of the linked contact. | ||
| isActive | boolean | Whether this portal user account is active. |
Whether this portal user account is active. | ||
| isEmailVerified | boolean | Whether the user's email address has been verified. |
Whether the user's email address has been verified. | ||
| lastLoginDate | string | When the portal user last logged in. |
When the portal user last logged in. | ||
| invitationSentDate | string | When the portal invitation email was last sent. |
When the portal invitation email was last sent. | ||
| createdDate | string | When the portal user was created. |
When the portal user was created. | ||
JSON Example
{
"code": "string",
"contactCode": "string",
"email": "string",
"contactFirstName": "string",
"contactLastName": "string"
}