v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
identities

Create Managed Identity

Create a new Managed Identity in an organization.

post/identities

Query parameters

orgIdinteger

Organization numeric identifier

Request body

namestring
platform'altair-platform' | 'lsf-platform' | 'moab-platform' | 'slurm-platform' | 'uge-platform'

Response

OK

idinteger
namestring
platformstring

Example response

{
  "config": {
    "forge": {
      "bootDiskSizeGB": 100,
      "headPool": {
        "bootDiskSizeGB": 100
      },
      "workerPool": {
        "bootDiskSizeGB": 100
      }
    },
    "headJobCpus": 1,
    "headJobMemoryMb": 4096,
    "jobMaxWallClockTime": "7d",
    "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"
  }
}