DLApp
There are no services matching that phrase.

/usergroup/add-user-group

HTTP Method
POST
com.liferay.portal.service.UserGroupServiceUtil#addUserGroup

Adds a user group.

This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.

Parameters

p_auth String

authentication token used to validate the request

name java.lang.String

the user group's name

description java.lang.String

the user group's description

Return Type

com.liferay.portal.model.UserGroup

the user group

Exception

com.liferay.portal.kernel.exception.PortalException
if the user group's information was invalid or if the user did not have permission to add the user group
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String java.lang.String java.lang.String