Create Group
Introduction
Create a new group as specified in the request body. Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module
request_template
Group attributes
id_property
Use this attribute for item ID.
object_id
ignore_error
false
use_beta_api
Graph API beta endpoint.
false
{
  "name": "EntraIDCreateGroup",
  "config": {
    "ignore_error": false,
    "id_property": "object_id",
    "request_template": {
      "displayName": "${request.displayName}",
      "description": "Self help community for library",
      "mailEnabled": true,
      "mailNickname": "${request.mailNickname}",
      "groupTypes": [
        "Unified"
      ],
      "securityEnabled": false,
      "[email protected]": [
        "https://graph.microsoft.com/v1.0/users/26be1845-4119-4801-a799-aea79d09f1a2"
      ],
      "[email protected]": [
        "https://graph.microsoft.com/v1.0/users/ff7cb387-6688-423c-8188-3da9532a73cc",
        "https://graph.microsoft.com/v1.0/users/69456242-0067-49d3-ba96-9de6f2728e14"
      ]
    }
  }
}