Delinea · Schema

GroupCreateArgs

Group create options

Privileged Access ManagementPAMSecrets ManagementIdentity SecurityDevOpsCybersecurity

Properties

Name Type Description
adGuid string The Object GUID of the Active Directory Group (Hexadecimal)
domainId integer Active Directory Domain ID
enabled boolean Whether the group is active
hasGroupOwners boolean If true, the group is owned by specific other users/groups. If false, if it is owned by Group Administrators.
isPlatform boolean Whether the group is a Platform Group
name string Group name
ownerGroupIds array List of owner GroupIds. Only used if HasGroupOwners is true.
ownerGroupNames array List of owner Group Names. Only used if HasGroupOwners is true.
ownerUserIds array List of owner UserIds. Only used if HasGroupOwners is true.
ownerUserNames array List of owner Usernames. Only used if HasGroupOwners is true.
synchronized boolean Whether the group is synchronized with Active Directory
synchronizeNow boolean Active Directory Sync will only pull in members for domain groups that have this set to true.
View JSON Schema on GitHub

JSON Schema

groupcreateargs.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://docs.delinea.com/online-help/secret-server/api-scripting/rest-api/schemas/GroupCreateArgs",
  "title": "GroupCreateArgs",
  "description": "Group create options",
  "required": [
    "name",
    "enabled"
  ],
  "properties": {
    "adGuid": {
      "description": "The Object GUID of the Active Directory Group (Hexadecimal)",
      "type": "string"
    },
    "domainId": {
      "description": "Active Directory Domain ID",
      "type": "integer",
      "format": "int32",
      "nullable": true
    },
    "enabled": {
      "description": "Whether the group is active",
      "type": "boolean"
    },
    "hasGroupOwners": {
      "description": "If true, the group is owned by specific other users/groups. If false, if it is owned by Group Administrators.",
      "type": "boolean",
      "nullable": true
    },
    "isPlatform": {
      "description": "Whether the group is a Platform Group",
      "type": "boolean"
    },
    "name": {
      "description": "Group name",
      "type": "string"
    },
    "ownerGroupIds": {
      "description": "List of owner GroupIds. Only used if HasGroupOwners is true.",
      "items": {
        "type": "integer",
        "format": "int32"
      },
      "type": "array"
    },
    "ownerGroupNames": {
      "description": "List of owner Group Names. Only used if HasGroupOwners is true.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "ownerUserIds": {
      "description": "List of owner UserIds. Only used if HasGroupOwners is true.",
      "items": {
        "type": "integer",
        "format": "int32"
      },
      "type": "array"
    },
    "ownerUserNames": {
      "description": "List of owner Usernames. Only used if HasGroupOwners is true.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "synchronized": {
      "description": "Whether the group is synchronized with Active Directory",
      "type": "boolean"
    },
    "synchronizeNow": {
      "description": "Active Directory Sync will only pull in members for domain groups that have this set to true.",
      "type": "boolean"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/groupcreateargs"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.