Enables or disables a portal user
PUT/domains/:id/portal-users/:portalUserId/enabled
Change a portal user's status. This determines whether a portal user can log in or not.
Request
Responses
- 204
- 400
- 401
- 403
- 404
The portal user's status has been updated.
Response Headers
Content-Location
URL to the resource that got impacted by the request.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.