DLApp
No hay servicios que concuerden con ese texto.

/user/update-lockout-by-id

Método 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 de retorno

com.liferay.portal.model.User

the user

Excepción

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

Ejecutar

String long
boolean