Microsoft Graph · Capability

Microsoft Graph Users — users.managedAppRegistration

Microsoft Graph Users — users.managedAppRegistration. 3 operations. Lead operation: Microsoft Graph Get managedAppRegistrations from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.managedAppRegistration

What You Can Do

GET
Userslistmanagedappregistrations — Microsoft Graph Get managedAppRegistrations from users
/v1/users/{user-id}/managedappregistrations
GET
Usersmanagedappregistrationsgetcount9add — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/managedappregistrations/count
GET
Usersgetmanagedappregistrations — Microsoft Graph Get managedAppRegistrations from users
/v1/users/{user-id}/managedappregistrations/{managedappregistration-id}

MCP Tools

microsoft-graph-get-managedappregistrations-users

Microsoft Graph Get managedAppRegistrations from users

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get managedAppRegistrations from users

read-only idempotent

Capability Spec

users-users-managedappregistration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Users — users.managedAppRegistration
  description: 'Microsoft Graph Users — users.managedAppRegistration. 3 operations. Lead operation: Microsoft Graph Get managedAppRegistrations
    from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.managedAppRegistration
  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: users-users-managedappregistration
    baseUri: ''
    description: Microsoft Graph Users — users.managedAppRegistration business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-managedAppRegistrations
      path: /users/{user-id}/managedAppRegistrations
      operations:
      - name: userslistmanagedappregistrations
        method: GET
        description: Microsoft Graph Get managedAppRegistrations 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: users-user-id-managedAppRegistrations-$count
      path: /users/{user-id}/managedAppRegistrations/$count
      operations:
      - name: usersmanagedappregistrationsgetcount9add
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-managedAppRegistrations-managedAppRegistration-id
      path: /users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}
      operations:
      - name: usersgetmanagedappregistrations
        method: GET
        description: Microsoft Graph Get managedAppRegistrations 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
  exposes:
  - type: rest
    namespace: users-users-managedappregistration-rest
    port: 8080
    description: REST adapter for Microsoft Graph Users — users.managedAppRegistration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/managedappregistrations
      name: users-user-id-managedappregistrations
      description: REST surface for users-user-id-managedAppRegistrations.
      operations:
      - method: GET
        name: userslistmanagedappregistrations
        description: Microsoft Graph Get managedAppRegistrations from users
        call: users-users-managedappregistration.userslistmanagedappregistrations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/managedappregistrations/count
      name: users-user-id-managedappregistrations-count
      description: REST surface for users-user-id-managedAppRegistrations-$count.
      operations:
      - method: GET
        name: usersmanagedappregistrationsgetcount9add
        description: Microsoft Graph Get the number of the resource
        call: users-users-managedappregistration.usersmanagedappregistrationsgetcount9add
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/managedappregistrations/{managedappregistration-id}
      name: users-user-id-managedappregistrations-managedappregistration-id
      description: REST surface for users-user-id-managedAppRegistrations-managedAppRegistration-id.
      operations:
      - method: GET
        name: usersgetmanagedappregistrations
        description: Microsoft Graph Get managedAppRegistrations from users
        call: users-users-managedappregistration.usersgetmanagedappregistrations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-users-managedappregistration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Users — users.managedAppRegistration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-managedappregistrations-users
      description: Microsoft Graph Get managedAppRegistrations from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-users-managedappregistration.userslistmanagedappregistrations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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: users-users-managedappregistration.usersmanagedappregistrationsgetcount9add
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-managedappregistrations-users-2
      description: Microsoft Graph Get managedAppRegistrations from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-users-managedappregistration.usersgetmanagedappregistrations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.