Microsoft Azure · Capability

Microsoft Azure ManagedLabsClient — Users

Microsoft Azure ManagedLabsClient — Users. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUsers

What You Can Do

GET
Microsoftazureuserslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users
GET
Microsoftazureusersget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users/{username}
PUT
Microsoftazureuserscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users/{username}
DELETE
Microsoftazureusersdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users/{username}
PATCH
Microsoftazureusersupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users/{username}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Users Username

idempotent

Capability Spec

managedlabsclient-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ManagedLabsClient — Users
  description: 'Microsoft Azure ManagedLabsClient — Users. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname
    Users. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Users
  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: managedlabsclient-users
    baseUri: https://management.azure.com
    description: Microsoft Azure ManagedLabsClient — Users business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users
      operations:
      - name: microsoftazureuserslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labAccountName
          in: path
          type: string
          description: The name of the lab Account.
          required: true
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=email)'''
        - name: $filter
          in: query
          type: string
          description: The filter to apply to the operation.
        - name: $top
          in: query
          type: integer
          description: The maximum number of resources to return from the operation.
        - name: $orderby
          in: query
          type: string
          description: The ordering expression for the results, using OData notation.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}
      operations:
      - name: microsoftazureusersget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labAccountName
          in: path
          type: string
          description: The name of the lab Account.
          required: true
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: userName
          in: path
          type: string
          description: The name of the user.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=email)'''
      - name: microsoftazureuserscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labAccountName
          in: path
          type: string
          description: The name of the lab Account.
          required: true
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: userName
          in: path
          type: string
          description: The name of the user.
          required: true
        - name: user
          in: body
          type: string
          description: The User registered to a lab
          required: true
      - name: microsoftazureusersdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labAccountName
          in: path
          type: string
          description: The name of the lab Account.
          required: true
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: userName
          in: path
          type: string
          description: The name of the user.
          required: true
      - name: microsoftazureusersupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labAccountName
          in: path
          type: string
          description: The name of the lab Account.
          required: true
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: userName
          in: path
          type: string
          description: The name of the user.
          required: true
        - name: user
          in: body
          type: string
          description: The User registered to a lab
          required: true
  exposes:
  - type: rest
    namespace: managedlabsclient-users-rest
    port: 8080
    description: REST adapter for Microsoft Azure ManagedLabsClient — Users. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureuserslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users
        call: managedlabsclient-users.microsoftazureuserslist
        with:
          labAccountName: rest.labAccountName
          labName: rest.labName
          $expand: rest.$expand
          $filter: rest.$filter
          $top: rest.$top
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-labservices/labaccounts/{labaccountname}/labs/{labname}/users/{username}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureusersget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        call: managedlabsclient-users.microsoftazureusersget
        with:
          labAccountName: rest.labAccountName
          labName: rest.labName
          userName: rest.userName
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureuserscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        call: managedlabsclient-users.microsoftazureuserscreateorupdate
        with:
          labAccountName: rest.labAccountName
          labName: rest.labName
          userName: rest.userName
          user: rest.user
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureusersdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        call: managedlabsclient-users.microsoftazureusersdelete
        with:
          labAccountName: rest.labAccountName
          labName: rest.labName
          userName: rest.userName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureusersupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Labservices Labaccounts Labaccountname Labs Labname Users Username
        call: managedlabsclient-users.microsoftazureusersupdate
        with:
          labAccountName: rest.labAccountName
          labName: rest.labName
          userName: rest.userName
          user: rest.user
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: managedlabsclient-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ManagedLabsClient — Users. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices
        Labaccounts Labaccountname Labs Labname Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedlabsclient-users.microsoftazureuserslist
      with:
        labAccountName: tools.labAccountName
        labName: tools.labName
        $expand: tools.$expand
        $filter: tools.$filter
        $top: tools.$top
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices
        Labaccounts Labaccountname Labs Labname Users Username
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedlabsclient-users.microsoftazureusersget
      with:
        labAccountName: tools.labAccountName
        labName: tools.labName
        userName: tools.userName
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices
        Labaccounts Labaccountname Labs Labname Users Username
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedlabsclient-users.microsoftazureuserscreateorupdate
      with:
        labAccountName: tools.labAccountName
        labName: tools.labName
        userName: tools.userName
        user: tools.user
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Labservices Labaccounts Labaccountname Labs Labname Users Username
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: managedlabsclient-users.microsoftazureusersdelete
      with:
        labAccountName: tools.labAccountName
        labName: tools.labName
        userName: tools.userName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Labservices Labaccounts Labaccountname Labs Labname Users Username
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedlabsclient-users.microsoftazureusersupdate
      with:
        labAccountName: tools.labAccountName
        labName: tools.labName
        userName: tools.userName
        user: tools.user
      outputParameters:
      - type: object
        mapping: $.