Inserts or creates a group account record.
insertGroupAccount Parameter Descriptions
Parameter Name |
Data Type |
Description |
groupAccount |
Data object |
The following table lists properties from the groupAccountCreate data object that must be populated in order to upload a groupAccount. Also note that the same properties must be populated when you are updating a groupAccount, using the groupAccountUpdate data object.
groupAccountCreate Required Properties
Property Name |
Data Type |
Description |
uniqueName |
string |
A unique name for the group. Values can include letters and numbers. Special characters are not allowed. |
displayName |
string |
The group name. Maximum length: 50 characters. |
userAccountUniqueKeys |
List<String> |
A list of unique key values for the user accounts to add to the group. |
insertGroupAccount Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the newly created group account record. |
groupAccountCreate for more information about the properties you can set for the group