Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — GroupsOwners

Microsoft Azure GraphRbacManagementClient — GroupsOwners. 2 operations. Lead operation: Microsoft Azure Post Tenantid Groups Objectid $links Owners. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureGroupsOwners

What You Can Do

POST
Microsoftazuregroupsaddowner — Microsoft Azure Post Tenantid Groups Objectid $links Owners
/v1/{tenantid}/groups/{objectid}/links/owners
DELETE
Microsoftazuregroupsremoveowner — Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid
/v1/{tenantid}/groups/{objectid}/links/owners/{ownerobjectid}

MCP Tools

microsoft-azure-post-tenantid-groups

Microsoft Azure Post Tenantid Groups Objectid $links Owners

microsoft-azure-delete-tenantid-groups

Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid

idempotent

Capability Spec

graphrbacmanagementclient-groupsowners.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — GroupsOwners
  description: 'Microsoft Azure GraphRbacManagementClient — GroupsOwners. 2 operations. Lead operation: Microsoft Azure Post
    Tenantid Groups Objectid $links Owners. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - GroupsOwners
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: graphrbacmanagementclient-groupsowners
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — GroupsOwners business capability. Self-contained, no shared references.
    resources:
    - name: tenantID-groups-objectId-$links-owners
      path: /{tenantID}/groups/{objectId}/$links/owners
      operations:
      - name: microsoftazuregroupsaddowner
        method: POST
        description: Microsoft Azure Post Tenantid Groups Objectid $links Owners
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the application to which to add the owner.
          required: true
        - name: parameters
          in: body
          type: string
          description: The URL of the owner object, such as https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd.
          required: true
    - name: tenantID-groups-objectId-$links-owners-ownerObjectId
      path: /{tenantID}/groups/{objectId}/$links/owners/{ownerObjectId}
      operations:
      - name: microsoftazuregroupsremoveowner
        method: DELETE
        description: Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the group from which to remove the owner.
          required: true
        - name: ownerObjectId
          in: path
          type: string
          description: Owner object id
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-groupsowners-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — GroupsOwners. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/groups/{objectid}/links/owners
      name: tenantid-groups-objectid-links-owners
      description: REST surface for tenantID-groups-objectId-$links-owners.
      operations:
      - method: POST
        name: microsoftazuregroupsaddowner
        description: Microsoft Azure Post Tenantid Groups Objectid $links Owners
        call: graphrbacmanagementclient-groupsowners.microsoftazuregroupsaddowner
        with:
          objectId: rest.objectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/groups/{objectid}/links/owners/{ownerobjectid}
      name: tenantid-groups-objectid-links-owners-ownerobjectid
      description: REST surface for tenantID-groups-objectId-$links-owners-ownerObjectId.
      operations:
      - method: DELETE
        name: microsoftazuregroupsremoveowner
        description: Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid
        call: graphrbacmanagementclient-groupsowners.microsoftazuregroupsremoveowner
        with:
          objectId: rest.objectId
          ownerObjectId: rest.ownerObjectId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-groupsowners-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — GroupsOwners. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-tenantid-groups
      description: Microsoft Azure Post Tenantid Groups Objectid $links Owners
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: graphrbacmanagementclient-groupsowners.microsoftazuregroupsaddowner
      with:
        objectId: tools.objectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-tenantid-groups
      description: Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: graphrbacmanagementclient-groupsowners.microsoftazuregroupsremoveowner
      with:
        objectId: tools.objectId
        ownerObjectId: tools.ownerObjectId
      outputParameters:
      - type: object
        mapping: $.