DLApp
Não há nenhum serviço que combina essa frase.

/user/update-lockout-by-id

Método do HTTP
POST
com.liferay.portal.service.UserServiceUtil#updateLockoutById

Updates whether the user is locked out from logging in.

Parâmetros

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

Tipo do retorno

com.liferay.portal.model.User

the user

Exceção

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