UserGroup 2.5 Create
This topic describes the function which allows you to create an user group
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psUserGroupName | String | In | The name of the user group (e.g. Default Department) |
| psXMLMetaData | String | In | Metadata XML structure with the metadata that will be set on the current object |
| psOutUserGroupId | String | Out | The element name of the new user group |
Requirements are:
- Only an 'Administrator' user can create an user group.
Note that:
- User groups can be used to define access management.
- The
levelattribute on theishfieldelement must be 'none'. - The internal element name is generated using the prefix
VUSERGROUPand the givenpsUserGroupNamevalue (see Naming conventions for readable Element Names). - The name of the user group must be unique