Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails

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

Run with Naftiko Microsoft Graphusers.licenseDetails

What You Can Do

GET
Userslistlicensedetails — Microsoft Graph Get licenseDetails from users
/v1/users/{user-id}/licensedetails
POST
Userscreatelicensedetails — Microsoft Graph Create new navigation property to licenseDetails for users
/v1/users/{user-id}/licensedetails
GET
Userslicensedetailsgetcounta83d — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/licensedetails/count
GET
Usersuserlicensedetailsgetteamslicensingdetails — Microsoft Graph Invoke function getTeamsLicensingDetails
/v1/users/{user-id}/licensedetails/getteamslicensingdetails
GET
Usersgetlicensedetails — Microsoft Graph Get licenseDetails from users
/v1/users/{user-id}/licensedetails/{licensedetails-id}
PATCH
Usersupdatelicensedetails — Microsoft Graph Update the navigation property licenseDetails in users
/v1/users/{user-id}/licensedetails/{licensedetails-id}
DELETE
Usersdeletelicensedetails — Microsoft Graph Delete navigation property licenseDetails for users
/v1/users/{user-id}/licensedetails/{licensedetails-id}

MCP Tools

microsoft-graph-get-licensedetails-users

Microsoft Graph Get licenseDetails from users

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

Microsoft Graph Create new navigation property to licenseDetails for users

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-function-getteamslicensingdetails

Microsoft Graph Invoke function getTeamsLicensingDetails

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

Microsoft Graph Get licenseDetails from users

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

Microsoft Graph Update the navigation property licenseDetails in users

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property licenseDetails for users

idempotent

Capability Spec

microsoft-graph-users-licensedetails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails. 7 operations. Lead operation:
    Microsoft Graph Get licenseDetails from users. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - users.licenseDetails
  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-licensedetails
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails business capability. Self-contained,
      no shared references.
    resources:
    - name: users-user-id-licenseDetails
      path: /users/{user-id}/licenseDetails
      operations:
      - name: userslistlicensedetails
        method: GET
        description: Microsoft Graph Get licenseDetails 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: userscreatelicensedetails
        method: POST
        description: Microsoft Graph Create new navigation property to licenseDetails 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-licenseDetails-$count
      path: /users/{user-id}/licenseDetails/$count
      operations:
      - name: userslicensedetailsgetcounta83d
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-licenseDetails-getTeamsLicensingDetails()
      path: /users/{user-id}/licenseDetails/getTeamsLicensingDetails()
      operations:
      - name: usersuserlicensedetailsgetteamslicensingdetails
        method: GET
        description: Microsoft Graph Invoke function getTeamsLicensingDetails
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-licenseDetails-licenseDetails-id
      path: /users/{user-id}/licenseDetails/{licenseDetails-id}
      operations:
      - name: usersgetlicensedetails
        method: GET
        description: Microsoft Graph Get licenseDetails 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: usersupdatelicensedetails
        method: PATCH
        description: Microsoft Graph Update the navigation property licenseDetails in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: usersdeletelicensedetails
        method: DELETE
        description: Microsoft Graph Delete navigation property licenseDetails 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-licensedetails-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/licensedetails
      name: users-user-id-licensedetails
      description: REST surface for users-user-id-licenseDetails.
      operations:
      - method: GET
        name: userslistlicensedetails
        description: Microsoft Graph Get licenseDetails from users
        call: microsoft-graph-users-licensedetails.userslistlicensedetails
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: userscreatelicensedetails
        description: Microsoft Graph Create new navigation property to licenseDetails for users
        call: microsoft-graph-users-licensedetails.userscreatelicensedetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/licensedetails/count
      name: users-user-id-licensedetails-count
      description: REST surface for users-user-id-licenseDetails-$count.
      operations:
      - method: GET
        name: userslicensedetailsgetcounta83d
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-users-licensedetails.userslicensedetailsgetcounta83d
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/licensedetails/getteamslicensingdetails
      name: users-user-id-licensedetails-getteamslicensingdetails
      description: REST surface for users-user-id-licenseDetails-getTeamsLicensingDetails().
      operations:
      - method: GET
        name: usersuserlicensedetailsgetteamslicensingdetails
        description: Microsoft Graph Invoke function getTeamsLicensingDetails
        call: microsoft-graph-users-licensedetails.usersuserlicensedetailsgetteamslicensingdetails
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/licensedetails/{licensedetails-id}
      name: users-user-id-licensedetails-licensedetails-id
      description: REST surface for users-user-id-licenseDetails-licenseDetails-id.
      operations:
      - method: GET
        name: usersgetlicensedetails
        description: Microsoft Graph Get licenseDetails from users
        call: microsoft-graph-users-licensedetails.usersgetlicensedetails
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: usersupdatelicensedetails
        description: Microsoft Graph Update the navigation property licenseDetails in users
        call: microsoft-graph-users-licensedetails.usersupdatelicensedetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: usersdeletelicensedetails
        description: Microsoft Graph Delete navigation property licenseDetails for users
        call: microsoft-graph-users-licensedetails.usersdeletelicensedetails
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-users-licensedetails-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — users.licenseDetails. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-licensedetails-users
      description: Microsoft Graph Get licenseDetails from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-licensedetails.userslistlicensedetails
      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 licenseDetails for users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-users-licensedetails.userscreatelicensedetails
      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-licensedetails.userslicensedetailsgetcounta83d
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-function-getteamslicensingdetails
      description: Microsoft Graph Invoke function getTeamsLicensingDetails
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-licensedetails.usersuserlicensedetailsgetteamslicensingdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-licensedetails-users-2
      description: Microsoft Graph Get licenseDetails from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-licensedetails.usersgetlicensedetails
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property licenseDetails in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-users-licensedetails.usersupdatelicensedetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property licenseDetails for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-users-licensedetails.usersdeletelicensedetails
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.