Microsoft Graph · Capability

Microsoft Graph Users — education.educationSchool

Microsoft Graph Users — education.educationSchool. 6 operations. Lead operation: Microsoft Graph List users of an educationSchool. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Grapheducation.educationSchool

What You Can Do

GET
Educationschoolslistusers — Microsoft Graph List users of an educationSchool
/v1/education/schools/{educationschool-id}/users
GET
Educationschoolsusersgetcounte5a6 — Microsoft Graph Get the number of the resource
/v1/education/schools/{educationschool-id}/users/count
GET
Educationschoolslistrefusers — Microsoft Graph List users of an educationSchool
/v1/education/schools/{educationschool-id}/users/ref
POST
Educationschoolscreaterefusers — Microsoft Graph Add educationUser to an educationSchool
/v1/education/schools/{educationschool-id}/users/ref
DELETE
Educationschoolsdeleterefusers — Microsoft Graph Remove educationUser from an educationSchool
/v1/education/schools/{educationschool-id}/users/ref
DELETE
Educationschoolsusersdeleterefeducationuser — Microsoft Graph Remove educationUser from an educationSchool
/v1/education/schools/{educationschool-id}/users/{educationuser-id}/ref

MCP Tools

microsoft-graph-list-users-educationschool

Microsoft Graph List users of an educationSchool

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-list-users-educationschool-2

Microsoft Graph List users of an educationSchool

read-only idempotent
microsoft-graph-add-educationuser-educationschool

Microsoft Graph Add educationUser to an educationSchool

microsoft-graph-remove-educationuser-educationschool

Microsoft Graph Remove educationUser from an educationSchool

idempotent
microsoft-graph-remove-educationuser-educationschool-2

Microsoft Graph Remove educationUser from an educationSchool

idempotent

Capability Spec

users-education-educationschool.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Users — education.educationSchool
  description: 'Microsoft Graph Users — education.educationSchool. 6 operations. Lead operation: Microsoft Graph List users
    of an educationSchool. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - education.educationSchool
  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-education-educationschool
    baseUri: ''
    description: Microsoft Graph Users — education.educationSchool business capability. Self-contained, no shared references.
    resources:
    - name: education-schools-educationSchool-id-users
      path: /education/schools/{educationSchool-id}/users
      operations:
      - name: educationschoolslistusers
        method: GET
        description: Microsoft Graph List users of an educationSchool
        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: education-schools-educationSchool-id-users-$count
      path: /education/schools/{educationSchool-id}/users/$count
      operations:
      - name: educationschoolsusersgetcounte5a6
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: education-schools-educationSchool-id-users-$ref
      path: /education/schools/{educationSchool-id}/users/$ref
      operations:
      - name: educationschoolslistrefusers
        method: GET
        description: Microsoft Graph List users of an educationSchool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
      - name: educationschoolscreaterefusers
        method: POST
        description: Microsoft Graph Add educationUser to an educationSchool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: educationschoolsdeleterefusers
        method: DELETE
        description: Microsoft Graph Remove educationUser from an educationSchool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
        - name: '@id'
          in: query
          type: string
          description: The delete Uri
          required: true
    - name: education-schools-educationSchool-id-users-educationUser-id-$ref
      path: /education/schools/{educationSchool-id}/users/{educationUser-id}/$ref
      operations:
      - name: educationschoolsusersdeleterefeducationuser
        method: DELETE
        description: Microsoft Graph Remove educationUser from an educationSchool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: users-education-educationschool-rest
    port: 8080
    description: REST adapter for Microsoft Graph Users — education.educationSchool. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/education/schools/{educationschool-id}/users
      name: education-schools-educationschool-id-users
      description: REST surface for education-schools-educationSchool-id-users.
      operations:
      - method: GET
        name: educationschoolslistusers
        description: Microsoft Graph List users of an educationSchool
        call: users-education-educationschool.educationschoolslistusers
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/education/schools/{educationschool-id}/users/count
      name: education-schools-educationschool-id-users-count
      description: REST surface for education-schools-educationSchool-id-users-$count.
      operations:
      - method: GET
        name: educationschoolsusersgetcounte5a6
        description: Microsoft Graph Get the number of the resource
        call: users-education-educationschool.educationschoolsusersgetcounte5a6
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/education/schools/{educationschool-id}/users/ref
      name: education-schools-educationschool-id-users-ref
      description: REST surface for education-schools-educationSchool-id-users-$ref.
      operations:
      - method: GET
        name: educationschoolslistrefusers
        description: Microsoft Graph List users of an educationSchool
        call: users-education-educationschool.educationschoolslistrefusers
        with:
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: educationschoolscreaterefusers
        description: Microsoft Graph Add educationUser to an educationSchool
        call: users-education-educationschool.educationschoolscreaterefusers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: educationschoolsdeleterefusers
        description: Microsoft Graph Remove educationUser from an educationSchool
        call: users-education-educationschool.educationschoolsdeleterefusers
        with:
          If-Match: rest.If-Match
          '@id': rest.@id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/education/schools/{educationschool-id}/users/{educationuser-id}/ref
      name: education-schools-educationschool-id-users-educationuser-id-ref
      description: REST surface for education-schools-educationSchool-id-users-educationUser-id-$ref.
      operations:
      - method: DELETE
        name: educationschoolsusersdeleterefeducationuser
        description: Microsoft Graph Remove educationUser from an educationSchool
        call: users-education-educationschool.educationschoolsusersdeleterefeducationuser
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-education-educationschool-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Users — education.educationSchool. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-users-educationschool
      description: Microsoft Graph List users of an educationSchool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-education-educationschool.educationschoolslistusers
      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-education-educationschool.educationschoolsusersgetcounte5a6
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-users-educationschool-2
      description: Microsoft Graph List users of an educationSchool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-education-educationschool.educationschoolslistrefusers
      with:
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-educationuser-educationschool
      description: Microsoft Graph Add educationUser to an educationSchool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: users-education-educationschool.educationschoolscreaterefusers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-educationuser-educationschool
      description: Microsoft Graph Remove educationUser from an educationSchool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: users-education-educationschool.educationschoolsdeleterefusers
      with:
        If-Match: tools.If-Match
        '@id': tools.@id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-educationuser-educationschool-2
      description: Microsoft Graph Remove educationUser from an educationSchool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: users-education-educationschool.educationschoolsusersdeleterefeducationuser
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.