DLApp
No hay servicios que concuerden con ese texto.

/user/has-role-user

Método HTTP
GET
com.liferay.portal.service.UserServiceUtil#hasRoleUser

Returns true if the user is a member of the role.

Parámetros

p_auth String

authentication token used to validate the request

roleId long

the primary key of the role

userId long

the primary key of the user

Tipo de retorno

boolean

true if the user is a member of the role; false otherwise

Excepción

com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Ejecutar

String long long