Edit Entra ID group, update group members
type
Must be EntraGroupEditGroupMember
N/A
config.namespace
Identifier of EntraID module to use
"default"
config.columns
List array with columns to display
["displayName", "mail", "mobilePhone", "companyName", "department"]
config.change_is_required
Force admin to update user, true
/false
false
config.exclude_id
Typically the id of current user. ID will not be visible. Configured value is taken from session or flow. First session, flow second.
N/A ("")
config.readonly
Should control be readonly?
false
In this example the grid will have five columns.
This control works in conjunction with Entra ID module. It must be installed.
Object array, "entra_pending_remove" - contains data on what groups to remove from user.
Object array, "entra_pending_add" - contains data on what groups add to user.
Array data will ha the syntax:
[{"id":"1234567","displayName":"Group 1"}]