DLApp
Non ci sono servizi che abbinano quella frase.

/usergroup/add-user-group

Metodo 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.

Parametri

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 di ritorno

com.liferay.portal.model.UserGroup

the user group

Eccezione

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

Esegui

String java.lang.String java.lang.String