Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — Users.extension

Microsoft Graph OData Service for namespace microsoft.graph — Users.extension. 6 operations. Lead operation: Microsoft Graph Get extensions from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphUsers.extension

What You Can Do

GET
Userslistextensions — Microsoft Graph Get extensions from users
/v1/users/{user-id}/extensions
POST
Userscreateextensions — Microsoft Graph Create new navigation property to extensions for users
/v1/users/{user-id}/extensions
GET
Usersextensionsgetcount4b1c — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/extensions/count
GET
Usersgetextensions — Microsoft Graph Get extensions from users
/v1/users/{user-id}/extensions/{extension-id}
PATCH
Usersupdateextensions — Microsoft Graph Update the navigation property extensions in users
/v1/users/{user-id}/extensions/{extension-id}
DELETE
Usersdeleteextensions — Microsoft Graph Delete navigation property extensions for users
/v1/users/{user-id}/extensions/{extension-id}

MCP Tools

microsoft-graph-get-extensions-users

Microsoft Graph Get extensions from users

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to extensions for users

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-extensions-users-2

Microsoft Graph Get extensions from users

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property extensions in users

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property extensions for users

idempotent

Capability Spec

microsoft-graph-users-extension.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Users.extension
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Users.extension. 6 operations. Lead operation:
    Microsoft Graph Get extensions from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Users.extension
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-users-extension
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Users.extension business capability. Self-contained,
      no shared references.
    resources:
    - name: users-user-id-extensions
      path: /users/{user-id}/extensions
      operations:
      - name: userslistextensions
        method: GET
        description: Microsoft Graph Get extensions from users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: userscreateextensions
        method: POST
        description: Microsoft Graph Create new navigation property to extensions for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: users-user-id-extensions-$count
      path: /users/{user-id}/extensions/$count
      operations:
      - name: usersextensionsgetcount4b1c
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-extensions-extension-id
      path: /users/{user-id}/extensions/{extension-id}
      operations:
      - name: usersgetextensions
        method: GET
        description: Microsoft Graph Get extensions from users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: usersupdateextensions
        method: PATCH
        description: Microsoft Graph Update the navigation property extensions in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: usersdeleteextensions
        method: DELETE
        description: Microsoft Graph Delete navigation property extensions for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-users-extension-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Users.extension. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/extensions
      name: users-user-id-extensions
      description: REST surface for users-user-id-extensions.
      operations:
      - method: GET
        name: userslistextensions
        description: Microsoft Graph Get extensions from users
        call: microsoft-graph-users-extension.userslistextensions
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: userscreateextensions
        description: Microsoft Graph Create new navigation property to extensions for users
        call: microsoft-graph-users-extension.userscreateextensions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/extensions/count
      name: users-user-id-extensions-count
      description: REST surface for users-user-id-extensions-$count.
      operations:
      - method: GET
        name: usersextensionsgetcount4b1c
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-users-extension.usersextensionsgetcount4b1c
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/extensions/{extension-id}
      name: users-user-id-extensions-extension-id
      description: REST surface for users-user-id-extensions-extension-id.
      operations:
      - method: GET
        name: usersgetextensions
        description: Microsoft Graph Get extensions from users
        call: microsoft-graph-users-extension.usersgetextensions
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: usersupdateextensions
        description: Microsoft Graph Update the navigation property extensions in users
        call: microsoft-graph-users-extension.usersupdateextensions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: usersdeleteextensions
        description: Microsoft Graph Delete navigation property extensions for users
        call: microsoft-graph-users-extension.usersdeleteextensions
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-users-extension-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Users.extension. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-extensions-users
      description: Microsoft Graph Get extensions from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-extension.userslistextensions
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to extensions for users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-users-extension.userscreateextensions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-extension.usersextensionsgetcount4b1c
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-extensions-users-2
      description: Microsoft Graph Get extensions from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-extension.usersgetextensions
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property extensions in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-users-extension.usersupdateextensions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property extensions for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-users-extension.usersdeleteextensions
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.