Properties
Edit Entra ID user, update group membership.
The configuration is divided in two blocks, config
& ui
where each block has its own tab below.
See the Example tabs for a full examples.
Control type: EntraUserEditGroupMember
namespace
Identifier of EntraID module to use
"default"
columns
List array with columns to display
["displayName","description"]
change_is_required
Force admin to update user, true
/false
false
owned_groups_only
If set, groups will filtered based on the attribute.
false
owner_entry_id_key
Where to find the owner. If owned_groups_only
is true
. Configured value is taken from session or flow. First session, flow second.
"entra_owner"
This control works in conjunction with EntraID module. It must be installed.
Exposed data to flow
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"}]
Last updated