Allows a user to be blocked or unblocked from the system.
URL
{RMUrl}/api/administration/users/<PersonID>
REQUEST METHOD
PUT
URL PARAMETER
PersonID: This parameter is provided in the URL and does not need to be sent through PUT.
FORM CONTENT
Status (Required): New account status for the user. Valid values: "Active" or "Blocked".
FORM CONTENT EXAMPLE
{
"Status": "Blocked"
}
SUCCESS RESPONSE
HTTP status code 204: NoContent