DLApp
Non ci sono servizi che abbinano quella frase.

/user/update-lockout-by-id

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

Updates whether the user is locked out from logging in.

Parametri

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 di ritorno

com.liferay.portal.model.User

the user

Eccezione

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

Esegui

String long
boolean