DLApp
There are no services matching that phrase.

/user/has-role-user

HTTP Method
GET
com.liferay.portal.service.UserServiceUtil#hasRoleUser

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

Parameters

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

Return Type

boolean

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

Exception

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

Execute

String long long