DLApp
There are no services matching that phrase.

/user/update-lockout-by-id

HTTP Method
POST
com.liferay.portal.service.UserServiceUtil#updateLockoutById

Updates whether the user is locked out from logging in.

Parameters

p_auth String

authentication token used to validate the request

userId long

the primary key of the user

lockout boolean

whether the user is locked out

Return Type

com.liferay.portal.model.User

the user

Exception

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to lock out the user
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long
boolean