DLApp
Il n'y a aucun service assortissant cette expression.

/user/update-lockout-by-id

Méthode de HTTP
POST
com.liferay.portal.service.UserServiceUtil#updateLockoutById

Updates whether the user is locked out from logging in.

Paramètres

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

Type de retour

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

Exécuter

String long
boolean