Portalsettings
Represents portal settings for an individual client.
encodedKeystring
The encoded key of the entity, generated, globally unique
lastLoggedInDatestring<date-time>
The last date the client logged in to the portal.
Example:
2016-09-06T13:37:50+03:00portalStatestring
The state of the client portal for a client
Possible values: [ENABLED, DISABLED]
Portalsettings
{
"encodedKey": "string",
"lastLoggedInDate": "2016-09-06T13:37:50+03:00",
"portalState": "ENABLED"
}