PortalAccessStatusDto
Portal access state for a contact on a client, including what granting access would do.
Properties
| Name | Type | Description |
|---|---|---|
| hasPortalAccess | boolean | Whether the contact currently has portal access on this client. |
Whether the contact currently has portal access on this client. | ||
| portalUser | PortalUserDto | |
| willSendInvitationEmail | boolean | Whether granting portal access would send an invitation email. False when the contact |
Whether granting portal access would send an invitation email. False when the contact | ||
JSON Example
{
"hasPortalAccess": false,
"portalUser": {
"code": "string",
"contactCode": "string",
"email": "string",
"contactFirstName": "string",
"contactLastName": "string"
},
"willSendInvitationEmail": false
}