

Guía del Kit de desarrollo del software (SDK) › Integration › API Reference List › Translation Script Objects › Tools › User Group Methods › AddUserGroupByMap
AddUserGroupByMap
Description
This method adds a new user group and returns the new user group ID.
Syntax
AddUserGroupByMap (UserGroupDetails)
Parameters
|
Name
|
Type
|
Description
|
|
UserGroupDetails
|
map
|
Map of user group details.
This map is the same as the map returned by GetUserGroupDetails.
|
Remarks
The map must contain the following entries:
- ContractParties - One of:
- Null
- One contract party
- One contract party group
- Map of contract parties and/or contract parties groups
- Roles - One of:
- Null
- One role
- Map of roles
- UserGroupDescription
- UserGroupName
- Users - One of:
- Null
- One user
- Map of users
Copyright © 2013 CA.
Todos los derechos reservados.
 
|
|