Azure API Management REST API — GroupUser

Azure API Management REST API — GroupUser. 4 operations. Lead operation: Microsoft Azure API Management GroupUser_List. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementGroupUser

What You Can Do

GET
Groupuserlist — Microsoft Azure API Management GroupUser_List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users
HEAD
Groupusercheckentityexists — Microsoft Azure API Management GroupUser_CheckEntityExists
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users/{userid}
PUT
Groupusercreate — Microsoft Azure API Management GroupUser_Create
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users/{userid}
DELETE
Groupuserdelete — Microsoft Azure API Management GroupUser_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users/{userid}

MCP Tools

microsoft-azure-api-management-groupuser

Microsoft Azure API Management GroupUser_List

read-only idempotent
microsoft-azure-api-management-groupuser-2

Microsoft Azure API Management GroupUser_CheckEntityExists

microsoft-azure-api-management-groupuser-3

Microsoft Azure API Management GroupUser_Create

idempotent
microsoft-azure-api-management-groupuser-4

Microsoft Azure API Management GroupUser_Delete

idempotent

Capability Spec

rest-groupuser.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — GroupUser
  description: 'Azure API Management REST API — GroupUser. 4 operations. Lead operation: Microsoft Azure API Management GroupUser_List.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - GroupUser
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_MANAGEMENT_API_KEY: MICROSOFT_AZURE_API_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-groupuser
    baseUri: https://management.azure.com
    description: Azure API Management REST API — GroupUser business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}/users
      operations:
      - name: groupuserlist
        method: GET
        description: Microsoft Azure API Management GroupUser_List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}/users/{userId}
      operations:
      - name: groupusercheckentityexists
        method: HEAD
        description: Microsoft Azure API Management GroupUser_CheckEntityExists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: groupusercreate
        method: PUT
        description: Microsoft Azure API Management GroupUser_Create
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: groupuserdelete
        method: DELETE
        description: Microsoft Azure API Management GroupUser_Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-groupuser-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — GroupUser. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: groupuserlist
        description: Microsoft Azure API Management GroupUser_List
        call: rest-groupuser.groupuserlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/groups/{groupid}/users/{userid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: groupusercheckentityexists
        description: Microsoft Azure API Management GroupUser_CheckEntityExists
        call: rest-groupuser.groupusercheckentityexists
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: groupusercreate
        description: Microsoft Azure API Management GroupUser_Create
        call: rest-groupuser.groupusercreate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: groupuserdelete
        description: Microsoft Azure API Management GroupUser_Delete
        call: rest-groupuser.groupuserdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-groupuser-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — GroupUser. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-groupuser
      description: Microsoft Azure API Management GroupUser_List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-groupuser.groupuserlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-groupuser-2
      description: Microsoft Azure API Management GroupUser_CheckEntityExists
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-groupuser.groupusercheckentityexists
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-groupuser-3
      description: Microsoft Azure API Management GroupUser_Create
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-groupuser.groupusercreate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-groupuser-4
      description: Microsoft Azure API Management GroupUser_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-groupuser.groupuserdelete
      outputParameters:
      - type: object
        mapping: $.