API Docs / Schemas / UpdatePortalUserStatusRequest

UpdatePortalUserStatusRequest

Request to activate or deactivate a portal user.

Properties

Name Type Description
isActiveboolean

Whether the portal user should be active.

Whether the portal user should be active.

JSON Example

{
  "isActive": false
}

Used By Operations