Add Group Owner

Add owner(s) to a specified group.

Introduction

Requires an EntraID module.

Configuration

Valve name: EntraIDAddOwnerToGroup

NameDescriptionDefault valueMandatoryExpanded

namespace

Bind to EntraID module.

"default"

group_id

Group id.

owner_identifier

JsonArray with owner objects.

use_beta_api

Graph API beta endpoint.

false

Example pipe data

  "selected_entra_id" : "e1e317a2-d76d-4ecd-8d6b-ab6c0a08f8c7",
  "selected_entra_displayName" : "LoA 1",
  "step1_entraGroupSelectWidget" : "e1e317a2-d76d-4ecd-8d6b-ab6c0a08f8c7",
  "entra_pending_add" : [ {
    "id" : "fb42d4ae-c1c8-4420-b37c-79aa011bfca0",
    "displayName" : "Felix Andreasson",
    "department" : "IT"
  }, {
    "id" : "727c22dd-f8d3-4a6d-ba70-c7c2b24ab5ce",
    "displayName" : "Eva Ek",
    "department" : "Sales"
  } ],