Lock/unlock technical clients

The example shows how to lock and unlock a single technical client.

HTTP Request: Lock a Technical Client

copy
POST /auth-admin/rest/tech-clients/616b45df-59a1-446f-9a07-b5d939e0f16a/lock
{
	"reason" : "Client reported to be hacked."
}

HTTP Request: Unlock a Technical Client

copy
DELETE /auth-admin/rest/tech-clients/616b45df-59a1-446f-9a07-b5d939e0f16a/lock