Update Portal User Status
Enable or disable a portal user account. Disabling prevents login without revoking per-client access grants.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"isActive": false
}
Responses
200 OK
401 Unauthorized – Invalid or missing API key
404 Not Found