AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/usergroup/add-user-group

Método do HTTP
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.

Parâmetros

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

Tipo de retorno

com.liferay.portal.model.UserGroup

the user group

Exceção

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

Executar

String java.lang.String java.lang.String