Microsoft Graph · Capability

Microsoft Graph Solutions — users.userSolutionRoot

Microsoft Graph Solutions — users.userSolutionRoot. 8 operations. Lead operation: Microsoft Graph Get solutions from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.userSolutionRoot

What You Can Do

GET
Usersgetsolutions — Microsoft Graph Get solutions from users
/v1/users/{user-id}/solutions
PATCH
Usersupdatesolutions — Microsoft Graph Update the navigation property solutions in users
/v1/users/{user-id}/solutions
DELETE
Usersdeletesolutions — Microsoft Graph Delete navigation property solutions for users
/v1/users/{user-id}/solutions
GET
Userssolutionsgetworkingtimeschedule — Microsoft Graph Get workingTimeSchedule from users
/v1/users/{user-id}/solutions/workingtimeschedule
PATCH
Userssolutionsupdateworkingtimeschedule — Microsoft Graph Update the navigation property workingTimeSchedule in users
/v1/users/{user-id}/solutions/workingtimeschedule
DELETE
Userssolutionsdeleteworkingtimeschedule — Microsoft Graph Delete navigation property workingTimeSchedule for users
/v1/users/{user-id}/solutions/workingtimeschedule
POST
Usersusersolutionsworkingtimescheduleendworkingtime — Microsoft Graph Invoke action endWorkingTime
/v1/users/{user-id}/solutions/workingtimeschedule/endworkingtime
POST
Usersusersolutionsworkingtimeschedulestartworkingtime — Microsoft Graph Invoke action startWorkingTime
/v1/users/{user-id}/solutions/workingtimeschedule/startworkingtime

MCP Tools

microsoft-graph-get-solutions-users

Microsoft Graph Get solutions from users

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

Microsoft Graph Update the navigation property solutions in users

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property solutions for users

idempotent
microsoft-graph-get-workingtimeschedule-users

Microsoft Graph Get workingTimeSchedule from users

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

Microsoft Graph Update the navigation property workingTimeSchedule in users

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

Microsoft Graph Delete navigation property workingTimeSchedule for users

idempotent
microsoft-graph-invoke-action-endworkingtime

Microsoft Graph Invoke action endWorkingTime

microsoft-graph-invoke-action-startworkingtime

Microsoft Graph Invoke action startWorkingTime

Capability Spec

solutions-users-usersolutionroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Solutions — users.userSolutionRoot
  description: 'Microsoft Graph Solutions — users.userSolutionRoot. 8 operations. Lead operation: Microsoft Graph Get solutions
    from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.userSolutionRoot
  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: solutions-users-usersolutionroot
    baseUri: ''
    description: Microsoft Graph Solutions — users.userSolutionRoot business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-solutions
      path: /users/{user-id}/solutions
      operations:
      - name: usersgetsolutions
        method: GET
        description: Microsoft Graph Get solutions 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: usersupdatesolutions
        method: PATCH
        description: Microsoft Graph Update the navigation property solutions in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: usersdeletesolutions
        method: DELETE
        description: Microsoft Graph Delete navigation property solutions for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: users-user-id-solutions-workingTimeSchedule
      path: /users/{user-id}/solutions/workingTimeSchedule
      operations:
      - name: userssolutionsgetworkingtimeschedule
        method: GET
        description: Microsoft Graph Get workingTimeSchedule 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: userssolutionsupdateworkingtimeschedule
        method: PATCH
        description: Microsoft Graph Update the navigation property workingTimeSchedule in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: userssolutionsdeleteworkingtimeschedule
        method: DELETE
        description: Microsoft Graph Delete navigation property workingTimeSchedule for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: users-user-id-solutions-workingTimeSchedule-endWorkingTime
      path: /users/{user-id}/solutions/workingTimeSchedule/endWorkingTime
      operations:
      - name: usersusersolutionsworkingtimescheduleendworkingtime
        method: POST
        description: Microsoft Graph Invoke action endWorkingTime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-solutions-workingTimeSchedule-startWorkingTime
      path: /users/{user-id}/solutions/workingTimeSchedule/startWorkingTime
      operations:
      - name: usersusersolutionsworkingtimeschedulestartworkingtime
        method: POST
        description: Microsoft Graph Invoke action startWorkingTime
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: solutions-users-usersolutionroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph Solutions — users.userSolutionRoot. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/solutions
      name: users-user-id-solutions
      description: REST surface for users-user-id-solutions.
      operations:
      - method: GET
        name: usersgetsolutions
        description: Microsoft Graph Get solutions from users
        call: solutions-users-usersolutionroot.usersgetsolutions
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: usersupdatesolutions
        description: Microsoft Graph Update the navigation property solutions in users
        call: solutions-users-usersolutionroot.usersupdatesolutions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: usersdeletesolutions
        description: Microsoft Graph Delete navigation property solutions for users
        call: solutions-users-usersolutionroot.usersdeletesolutions
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/solutions/workingtimeschedule
      name: users-user-id-solutions-workingtimeschedule
      description: REST surface for users-user-id-solutions-workingTimeSchedule.
      operations:
      - method: GET
        name: userssolutionsgetworkingtimeschedule
        description: Microsoft Graph Get workingTimeSchedule from users
        call: solutions-users-usersolutionroot.userssolutionsgetworkingtimeschedule
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: userssolutionsupdateworkingtimeschedule
        description: Microsoft Graph Update the navigation property workingTimeSchedule in users
        call: solutions-users-usersolutionroot.userssolutionsupdateworkingtimeschedule
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: userssolutionsdeleteworkingtimeschedule
        description: Microsoft Graph Delete navigation property workingTimeSchedule for users
        call: solutions-users-usersolutionroot.userssolutionsdeleteworkingtimeschedule
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/solutions/workingtimeschedule/endworkingtime
      name: users-user-id-solutions-workingtimeschedule-endworkingtime
      description: REST surface for users-user-id-solutions-workingTimeSchedule-endWorkingTime.
      operations:
      - method: POST
        name: usersusersolutionsworkingtimescheduleendworkingtime
        description: Microsoft Graph Invoke action endWorkingTime
        call: solutions-users-usersolutionroot.usersusersolutionsworkingtimescheduleendworkingtime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/solutions/workingtimeschedule/startworkingtime
      name: users-user-id-solutions-workingtimeschedule-startworkingtime
      description: REST surface for users-user-id-solutions-workingTimeSchedule-startWorkingTime.
      operations:
      - method: POST
        name: usersusersolutionsworkingtimeschedulestartworkingtime
        description: Microsoft Graph Invoke action startWorkingTime
        call: solutions-users-usersolutionroot.usersusersolutionsworkingtimeschedulestartworkingtime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: solutions-users-usersolutionroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Solutions — users.userSolutionRoot. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-solutions-users
      description: Microsoft Graph Get solutions from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solutions-users-usersolutionroot.usersgetsolutions
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property solutions in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solutions-users-usersolutionroot.usersupdatesolutions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property solutions for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: solutions-users-usersolutionroot.usersdeletesolutions
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-workingtimeschedule-users
      description: Microsoft Graph Get workingTimeSchedule from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: solutions-users-usersolutionroot.userssolutionsgetworkingtimeschedule
      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 workingTimeSchedule in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: solutions-users-usersolutionroot.userssolutionsupdateworkingtimeschedule
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property workingTimeSchedule for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: solutions-users-usersolutionroot.userssolutionsdeleteworkingtimeschedule
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-endworkingtime
      description: Microsoft Graph Invoke action endWorkingTime
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: solutions-users-usersolutionroot.usersusersolutionsworkingtimescheduleendworkingtime
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-startworkingtime
      description: Microsoft Graph Invoke action startWorkingTime
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: solutions-users-usersolutionroot.usersusersolutionsworkingtimeschedulestartworkingtime
      outputParameters:
      - type: object
        mapping: $.