Microsoft Graph · Capability

Microsoft Graph Storage — users.userSettings

Microsoft Graph Storage — users.userSettings. 12 operations. Lead operation: Microsoft Graph Get storage from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.userSettings

What You Can Do

GET
Userssettingsgetstorage — Microsoft Graph Get storage from users
/v1/users/{user-id}/settings/storage
PATCH
Userssettingsupdatestorage — Microsoft Graph Update the navigation property storage in users
/v1/users/{user-id}/settings/storage
DELETE
Userssettingsdeletestorage — Microsoft Graph Delete navigation property storage for users
/v1/users/{user-id}/settings/storage
GET
Userssettingsstoragegetquota — Microsoft Graph Get quota from users
/v1/users/{user-id}/settings/storage/quota
PATCH
Userssettingsstorageupdatequota — Microsoft Graph Update the navigation property quota in users
/v1/users/{user-id}/settings/storage/quota
DELETE
Userssettingsstoragedeletequota — Microsoft Graph Delete navigation property quota for users
/v1/users/{user-id}/settings/storage/quota
GET
Userssettingsstoragequotalistservices — Microsoft Graph Get services from users
/v1/users/{user-id}/settings/storage/quota/services
POST
Userssettingsstoragequotacreateservices — Microsoft Graph Create new navigation property to services for users
/v1/users/{user-id}/settings/storage/quota/services
GET
Userssettingsstoragequotaservicesgetcountbab7 — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/settings/storage/quota/services/count
GET
Userssettingsstoragequotagetservices — Microsoft Graph Get services from users
/v1/users/{user-id}/settings/storage/quota/services/{servicestoragequotabreakdown-id}
PATCH
Userssettingsstoragequotaupdateservices — Microsoft Graph Update the navigation property services in users
/v1/users/{user-id}/settings/storage/quota/services/{servicestoragequotabreakdown-id}
DELETE
Userssettingsstoragequotadeleteservices — Microsoft Graph Delete navigation property services for users
/v1/users/{user-id}/settings/storage/quota/services/{servicestoragequotabreakdown-id}

MCP Tools

microsoft-graph-get-storage-users

Microsoft Graph Get storage from users

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

Microsoft Graph Update the navigation property storage in users

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property storage for users

idempotent
microsoft-graph-get-quota-users

Microsoft Graph Get quota from users

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

Microsoft Graph Update the navigation property quota in users

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property quota for users

idempotent
microsoft-graph-get-services-users

Microsoft Graph Get services from users

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

Microsoft Graph Create new navigation property to services for users

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get services from users

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

Microsoft Graph Update the navigation property services in users

idempotent
microsoft-graph-delete-navigation-property-3

Microsoft Graph Delete navigation property services for users

idempotent

Capability Spec

storage-users-usersettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Storage — users.userSettings
  description: 'Microsoft Graph Storage — users.userSettings. 12 operations. Lead operation: Microsoft Graph Get storage from
    users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.userSettings
  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: storage-users-usersettings
    baseUri: ''
    description: Microsoft Graph Storage — users.userSettings business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-settings-storage
      path: /users/{user-id}/settings/storage
      operations:
      - name: userssettingsgetstorage
        method: GET
        description: Microsoft Graph Get storage 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: userssettingsupdatestorage
        method: PATCH
        description: Microsoft Graph Update the navigation property storage in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: userssettingsdeletestorage
        method: DELETE
        description: Microsoft Graph Delete navigation property storage for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: users-user-id-settings-storage-quota
      path: /users/{user-id}/settings/storage/quota
      operations:
      - name: userssettingsstoragegetquota
        method: GET
        description: Microsoft Graph Get quota 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: userssettingsstorageupdatequota
        method: PATCH
        description: Microsoft Graph Update the navigation property quota in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: userssettingsstoragedeletequota
        method: DELETE
        description: Microsoft Graph Delete navigation property quota for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: users-user-id-settings-storage-quota-services
      path: /users/{user-id}/settings/storage/quota/services
      operations:
      - name: userssettingsstoragequotalistservices
        method: GET
        description: Microsoft Graph Get services 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: userssettingsstoragequotacreateservices
        method: POST
        description: Microsoft Graph Create new navigation property to services 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-settings-storage-quota-services-$count
      path: /users/{user-id}/settings/storage/quota/services/$count
      operations:
      - name: userssettingsstoragequotaservicesgetcountbab7
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-settings-storage-quota-services-serviceStorageQuotaBreakdown-id
      path: /users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}
      operations:
      - name: userssettingsstoragequotagetservices
        method: GET
        description: Microsoft Graph Get services 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: userssettingsstoragequotaupdateservices
        method: PATCH
        description: Microsoft Graph Update the navigation property services in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: userssettingsstoragequotadeleteservices
        method: DELETE
        description: Microsoft Graph Delete navigation property services for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: storage-users-usersettings-rest
    port: 8080
    description: REST adapter for Microsoft Graph Storage — users.userSettings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/settings/storage
      name: users-user-id-settings-storage
      description: REST surface for users-user-id-settings-storage.
      operations:
      - method: GET
        name: userssettingsgetstorage
        description: Microsoft Graph Get storage from users
        call: storage-users-usersettings.userssettingsgetstorage
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: userssettingsupdatestorage
        description: Microsoft Graph Update the navigation property storage in users
        call: storage-users-usersettings.userssettingsupdatestorage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: userssettingsdeletestorage
        description: Microsoft Graph Delete navigation property storage for users
        call: storage-users-usersettings.userssettingsdeletestorage
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/settings/storage/quota
      name: users-user-id-settings-storage-quota
      description: REST surface for users-user-id-settings-storage-quota.
      operations:
      - method: GET
        name: userssettingsstoragegetquota
        description: Microsoft Graph Get quota from users
        call: storage-users-usersettings.userssettingsstoragegetquota
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: userssettingsstorageupdatequota
        description: Microsoft Graph Update the navigation property quota in users
        call: storage-users-usersettings.userssettingsstorageupdatequota
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: userssettingsstoragedeletequota
        description: Microsoft Graph Delete navigation property quota for users
        call: storage-users-usersettings.userssettingsstoragedeletequota
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/settings/storage/quota/services
      name: users-user-id-settings-storage-quota-services
      description: REST surface for users-user-id-settings-storage-quota-services.
      operations:
      - method: GET
        name: userssettingsstoragequotalistservices
        description: Microsoft Graph Get services from users
        call: storage-users-usersettings.userssettingsstoragequotalistservices
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: userssettingsstoragequotacreateservices
        description: Microsoft Graph Create new navigation property to services for users
        call: storage-users-usersettings.userssettingsstoragequotacreateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/settings/storage/quota/services/count
      name: users-user-id-settings-storage-quota-services-count
      description: REST surface for users-user-id-settings-storage-quota-services-$count.
      operations:
      - method: GET
        name: userssettingsstoragequotaservicesgetcountbab7
        description: Microsoft Graph Get the number of the resource
        call: storage-users-usersettings.userssettingsstoragequotaservicesgetcountbab7
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/settings/storage/quota/services/{servicestoragequotabreakdown-id}
      name: users-user-id-settings-storage-quota-services-servicestoragequotabreakdown-id
      description: REST surface for users-user-id-settings-storage-quota-services-serviceStorageQuotaBreakdown-id.
      operations:
      - method: GET
        name: userssettingsstoragequotagetservices
        description: Microsoft Graph Get services from users
        call: storage-users-usersettings.userssettingsstoragequotagetservices
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: userssettingsstoragequotaupdateservices
        description: Microsoft Graph Update the navigation property services in users
        call: storage-users-usersettings.userssettingsstoragequotaupdateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: userssettingsstoragequotadeleteservices
        description: Microsoft Graph Delete navigation property services for users
        call: storage-users-usersettings.userssettingsstoragequotadeleteservices
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storage-users-usersettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Storage — users.userSettings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-storage-users
      description: Microsoft Graph Get storage from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsgetstorage
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property storage in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsupdatestorage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property storage for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-users-usersettings.userssettingsdeletestorage
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-quota-users
      description: Microsoft Graph Get quota from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragegetquota
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property quota in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsstorageupdatequota
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property quota for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragedeletequota
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-services-users
      description: Microsoft Graph Get services from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragequotalistservices
      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 services for users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storage-users-usersettings.userssettingsstoragequotacreateservices
      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: storage-users-usersettings.userssettingsstoragequotaservicesgetcountbab7
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-services-users-2
      description: Microsoft Graph Get services from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragequotagetservices
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-3
      description: Microsoft Graph Update the navigation property services in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragequotaupdateservices
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-3
      description: Microsoft Graph Delete navigation property services for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-users-usersettings.userssettingsstoragequotadeleteservices
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.