DLApp
Il n'y a aucun service assortissant cette expression.

/usergroup/add-user-group

Méthode de 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.

Paramètres

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

Type de retour

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

Exécuter

String java.lang.String java.lang.String