UpdatePortalUserStatusRequest
Request to activate or deactivate a portal user.
Properties
| Name | Type | Description |
|---|---|---|
| isActive | boolean | Whether the portal user should be active. |
Whether the portal user should be active. | ||
JSON Example
{
"isActive": false
}
Request to activate or deactivate a portal user.
| Name | Type | Description |
|---|---|---|
| isActive | boolean | Whether the portal user should be active. |
Whether the portal user should be active. | ||
{
"isActive": false
}