Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — Sites.user

Microsoft Graph OData Service for namespace microsoft.graph — Sites.user. 12 operations. Lead operation: Microsoft Graph Get createdByUser from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphSites.user

What You Can Do

GET
Sitesgetcreatedbyuser — Microsoft Graph Get createdByUser from sites
/v1/sites/{site-id}/createdbyuser
GET
Sitescreatedbyusergetmailboxsettings — Microsoft Graph Get mailboxSettings property value
/v1/sites/{site-id}/createdbyuser/mailboxsettings
PATCH
Sitescreatedbyuserupdatemailboxsettings — Microsoft Graph Update property mailboxSettings value.
/v1/sites/{site-id}/createdbyuser/mailboxsettings
GET
Sitescreatedbyuserlistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/sites/{site-id}/createdbyuser/serviceprovisioningerrors
GET
Sitescreatedbyuserserviceprovisioningerrorsgetcountc398 — Microsoft Graph Get the number of the resource
/v1/sites/{site-id}/createdbyuser/serviceprovisioningerrors/count
GET
Sitesgetbypathgetcreatedbyuser — Microsoft Graph Get createdByUser from sites
/v1/sites/{site-id}/getbypath-path-path/createdbyuser
GET
Sitesgetbypathgetlastmodifiedbyuser — Microsoft Graph Get lastModifiedByUser from sites
/v1/sites/{site-id}/getbypath-path-path/lastmodifiedbyuser
GET
Sitesgetlastmodifiedbyuser — Microsoft Graph Get lastModifiedByUser from sites
/v1/sites/{site-id}/lastmodifiedbyuser
GET
Siteslastmodifiedbyusergetmailboxsettings — Microsoft Graph Get mailboxSettings property value
/v1/sites/{site-id}/lastmodifiedbyuser/mailboxsettings
PATCH
Siteslastmodifiedbyuserupdatemailboxsettings — Microsoft Graph Update property mailboxSettings value.
/v1/sites/{site-id}/lastmodifiedbyuser/mailboxsettings
GET
Siteslastmodifiedbyuserlistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/sites/{site-id}/lastmodifiedbyuser/serviceprovisioningerrors
GET
Siteslastmodifiedbyuserserviceprovisioningerrorsgetcount4573 — Microsoft Graph Get the number of the resource
/v1/sites/{site-id}/lastmodifiedbyuser/serviceprovisioningerrors/count

MCP Tools

microsoft-graph-get-createdbyuser-sites

Microsoft Graph Get createdByUser from sites

read-only idempotent
microsoft-graph-get-mailboxsettings-property

Microsoft Graph Get mailboxSettings property value

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

Microsoft Graph Update property mailboxSettings value.

idempotent
microsoft-graph-get-serviceprovisioningerrors-property

Microsoft Graph Get serviceProvisioningErrors property value

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-createdbyuser-sites-2

Microsoft Graph Get createdByUser from sites

read-only idempotent
microsoft-graph-get-lastmodifiedbyuser-sites

Microsoft Graph Get lastModifiedByUser from sites

read-only idempotent
microsoft-graph-get-lastmodifiedbyuser-sites-2

Microsoft Graph Get lastModifiedByUser from sites

read-only idempotent
microsoft-graph-get-mailboxsettings-property-2

Microsoft Graph Get mailboxSettings property value

read-only idempotent
microsoft-graph-update-property-mailboxsettings-2

Microsoft Graph Update property mailboxSettings value.

idempotent
microsoft-graph-get-serviceprovisioningerrors-property-2

Microsoft Graph Get serviceProvisioningErrors property value

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

Microsoft Graph Get the number of the resource

read-only idempotent

Capability Spec

microsoft-graph-sites-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Sites.user
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Sites.user. 12 operations. Lead operation: Microsoft
    Graph Get createdByUser from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Sites.user
  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-sites-user
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Sites.user business capability. Self-contained,
      no shared references.
    resources:
    - name: sites-site-id-createdByUser
      path: /sites/{site-id}/createdByUser
      operations:
      - name: sitesgetcreatedbyuser
        method: GET
        description: Microsoft Graph Get createdByUser from sites
        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: sites-site-id-createdByUser-mailboxSettings
      path: /sites/{site-id}/createdByUser/mailboxSettings
      operations:
      - name: sitescreatedbyusergetmailboxsettings
        method: GET
        description: Microsoft Graph Get mailboxSettings property value
        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: sitescreatedbyuserupdatemailboxsettings
        method: PATCH
        description: Microsoft Graph Update property mailboxSettings value.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-site-id-createdByUser-serviceProvisioningErrors
      path: /sites/{site-id}/createdByUser/serviceProvisioningErrors
      operations:
      - name: sitescreatedbyuserlistserviceprovisioningerrors
        method: GET
        description: Microsoft Graph Get serviceProvisioningErrors property value
        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: sites-site-id-createdByUser-serviceProvisioningErrors-$count
      path: /sites/{site-id}/createdByUser/serviceProvisioningErrors/$count
      operations:
      - name: sitescreatedbyuserserviceprovisioningerrorsgetcountc398
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sites-site-id-getByPath(path='{path}')-createdByUser
      path: /sites/{site-id}/getByPath(path='{path}')/createdByUser
      operations:
      - name: sitesgetbypathgetcreatedbyuser
        method: GET
        description: Microsoft Graph Get createdByUser from sites
        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: sites-site-id-getByPath(path='{path}')-lastModifiedByUser
      path: /sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser
      operations:
      - name: sitesgetbypathgetlastmodifiedbyuser
        method: GET
        description: Microsoft Graph Get lastModifiedByUser from sites
        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: sites-site-id-lastModifiedByUser
      path: /sites/{site-id}/lastModifiedByUser
      operations:
      - name: sitesgetlastmodifiedbyuser
        method: GET
        description: Microsoft Graph Get lastModifiedByUser from sites
        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: sites-site-id-lastModifiedByUser-mailboxSettings
      path: /sites/{site-id}/lastModifiedByUser/mailboxSettings
      operations:
      - name: siteslastmodifiedbyusergetmailboxsettings
        method: GET
        description: Microsoft Graph Get mailboxSettings property value
        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: siteslastmodifiedbyuserupdatemailboxsettings
        method: PATCH
        description: Microsoft Graph Update property mailboxSettings value.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-site-id-lastModifiedByUser-serviceProvisioningErrors
      path: /sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors
      operations:
      - name: siteslastmodifiedbyuserlistserviceprovisioningerrors
        method: GET
        description: Microsoft Graph Get serviceProvisioningErrors property value
        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: sites-site-id-lastModifiedByUser-serviceProvisioningErrors-$count
      path: /sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count
      operations:
      - name: siteslastmodifiedbyuserserviceprovisioningerrorsgetcount4573
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-graph-sites-user-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Sites.user. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sites/{site-id}/createdbyuser
      name: sites-site-id-createdbyuser
      description: REST surface for sites-site-id-createdByUser.
      operations:
      - method: GET
        name: sitesgetcreatedbyuser
        description: Microsoft Graph Get createdByUser from sites
        call: microsoft-graph-sites-user.sitesgetcreatedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/createdbyuser/mailboxsettings
      name: sites-site-id-createdbyuser-mailboxsettings
      description: REST surface for sites-site-id-createdByUser-mailboxSettings.
      operations:
      - method: GET
        name: sitescreatedbyusergetmailboxsettings
        description: Microsoft Graph Get mailboxSettings property value
        call: microsoft-graph-sites-user.sitescreatedbyusergetmailboxsettings
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: sitescreatedbyuserupdatemailboxsettings
        description: Microsoft Graph Update property mailboxSettings value.
        call: microsoft-graph-sites-user.sitescreatedbyuserupdatemailboxsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/createdbyuser/serviceprovisioningerrors
      name: sites-site-id-createdbyuser-serviceprovisioningerrors
      description: REST surface for sites-site-id-createdByUser-serviceProvisioningErrors.
      operations:
      - method: GET
        name: sitescreatedbyuserlistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: microsoft-graph-sites-user.sitescreatedbyuserlistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/createdbyuser/serviceprovisioningerrors/count
      name: sites-site-id-createdbyuser-serviceprovisioningerrors-count
      description: REST surface for sites-site-id-createdByUser-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: sitescreatedbyuserserviceprovisioningerrorsgetcountc398
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-sites-user.sitescreatedbyuserserviceprovisioningerrorsgetcountc398
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/getbypath-path-path/createdbyuser
      name: sites-site-id-getbypath-path-path-createdbyuser
      description: REST surface for sites-site-id-getByPath(path='{path}')-createdByUser.
      operations:
      - method: GET
        name: sitesgetbypathgetcreatedbyuser
        description: Microsoft Graph Get createdByUser from sites
        call: microsoft-graph-sites-user.sitesgetbypathgetcreatedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/getbypath-path-path/lastmodifiedbyuser
      name: sites-site-id-getbypath-path-path-lastmodifiedbyuser
      description: REST surface for sites-site-id-getByPath(path='{path}')-lastModifiedByUser.
      operations:
      - method: GET
        name: sitesgetbypathgetlastmodifiedbyuser
        description: Microsoft Graph Get lastModifiedByUser from sites
        call: microsoft-graph-sites-user.sitesgetbypathgetlastmodifiedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/lastmodifiedbyuser
      name: sites-site-id-lastmodifiedbyuser
      description: REST surface for sites-site-id-lastModifiedByUser.
      operations:
      - method: GET
        name: sitesgetlastmodifiedbyuser
        description: Microsoft Graph Get lastModifiedByUser from sites
        call: microsoft-graph-sites-user.sitesgetlastmodifiedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/lastmodifiedbyuser/mailboxsettings
      name: sites-site-id-lastmodifiedbyuser-mailboxsettings
      description: REST surface for sites-site-id-lastModifiedByUser-mailboxSettings.
      operations:
      - method: GET
        name: siteslastmodifiedbyusergetmailboxsettings
        description: Microsoft Graph Get mailboxSettings property value
        call: microsoft-graph-sites-user.siteslastmodifiedbyusergetmailboxsettings
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: siteslastmodifiedbyuserupdatemailboxsettings
        description: Microsoft Graph Update property mailboxSettings value.
        call: microsoft-graph-sites-user.siteslastmodifiedbyuserupdatemailboxsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/lastmodifiedbyuser/serviceprovisioningerrors
      name: sites-site-id-lastmodifiedbyuser-serviceprovisioningerrors
      description: REST surface for sites-site-id-lastModifiedByUser-serviceProvisioningErrors.
      operations:
      - method: GET
        name: siteslastmodifiedbyuserlistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: microsoft-graph-sites-user.siteslastmodifiedbyuserlistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/lastmodifiedbyuser/serviceprovisioningerrors/count
      name: sites-site-id-lastmodifiedbyuser-serviceprovisioningerrors-count
      description: REST surface for sites-site-id-lastModifiedByUser-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: siteslastmodifiedbyuserserviceprovisioningerrorsgetcount4573
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-sites-user.siteslastmodifiedbyuserserviceprovisioningerrorsgetcount4573
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-sites-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Sites.user. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-createdbyuser-sites
      description: Microsoft Graph Get createdByUser from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitesgetcreatedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-mailboxsettings-property
      description: Microsoft Graph Get mailboxSettings property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitescreatedbyusergetmailboxsettings
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-property-mailboxsettings
      description: Microsoft Graph Update property mailboxSettings value.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitescreatedbyuserupdatemailboxsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceprovisioningerrors-property
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitescreatedbyuserlistserviceprovisioningerrors
      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: microsoft-graph-sites-user.sitescreatedbyuserserviceprovisioningerrorsgetcountc398
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-createdbyuser-sites-2
      description: Microsoft Graph Get createdByUser from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitesgetbypathgetcreatedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-lastmodifiedbyuser-sites
      description: Microsoft Graph Get lastModifiedByUser from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitesgetbypathgetlastmodifiedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-lastmodifiedbyuser-sites-2
      description: Microsoft Graph Get lastModifiedByUser from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.sitesgetlastmodifiedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-mailboxsettings-property-2
      description: Microsoft Graph Get mailboxSettings property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.siteslastmodifiedbyusergetmailboxsettings
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-property-mailboxsettings-2
      description: Microsoft Graph Update property mailboxSettings value.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.siteslastmodifiedbyuserupdatemailboxsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceprovisioningerrors-property-2
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.siteslastmodifiedbyuserlistserviceprovisioningerrors
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-user.siteslastmodifiedbyuserserviceprovisioningerrorsgetcount4573
      outputParameters:
      - type: object
        mapping: $.