Update/Import Groups


Tag: UpdateGroups

The UpdateGroups function updates selected groups within the grid.


XML
<UpdateGroups/>

Tag: ImportGroups

The ImportGroups function imports cloud groups within the grid from selected file.


XML
<ImportGroups/>

Tag: UpdateOnPremGroups

The UpdateOnPremGroups function updates selected on premise groups within the grid.


XML
<UpdateOnPremGroups/>

Tag: ImportOnPremGroups

The ImportOnPremGroups function imports selected on premise groups within the grid.


XML
<ImportOnPremGroups/>

Tag Attributes

Attributes

Attribute Value

Value Description

FilePath

N/A

Input file path

SkipRows

N/A

Integer (defaults to 0) - The number of rows to skip in input file, up to 10 (arbitrary value).

HasHeaders

TRUE / FALSE (Defaults to TRUE) - Whether the file has column headers or not

N/A

SkipValue

N/A

Cell value to be interpreted as 'do nothing here'. Nothing is skipped if this is missing - Optional

KeyField

N/A

[Update only] name of field used for row matching

KeyValue

N/A

[Update only] index of column used for row matching (see doc below)

CheckDuplicates

TRUE / FALSE (Defaults to TRUE) - Search the grid for existing objects (and skip them)

[ImportGroup, ImportOnPremGroups] 

GroupType

N/A

[ImportGroup only] 'Microsoft 365 group' (Default) or 'Security Group'  - The type of groups that are to be created (same for all groups in the input file)

isTeam

TRUE / FALSE (Defaults to TRUE) - Use ONLY GroupType is 'Microsoft 365 group


PrefillWithSelection

TRUE / FALSE (Defaults to TRUE) - Use the current selection to prefill new objects

[ImportGroup, ImportOnPremGroups]


Column mapping works the same as for 'Select / Filter from file'. If not column mapping is specified, default mapping (the one you see if you do the action manually) is used.

For ImportUsers, "forceChangePasswordNextSignIn" and "forceChangePasswordNextSignInWithMfa" can be set using setParam.

Example Script