Microsoft Graph · Capability

Microsoft Graph Me — Users.authentication

Microsoft Graph Me — Users.authentication. 6 operations. Lead operation: Microsoft Graph Get methods from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphUsers.authentication

What You Can Do

GET
Usersauthenticationlistmethods — Microsoft Graph Get methods from users
/v1/users/{user-id}/authentication/methods
POST
Usersauthenticationcreatemethods — Microsoft Graph Create new navigation property to methods for users
/v1/users/{user-id}/authentication/methods
GET
Usersauthenticationmethodsgetcount0da1 — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/authentication/methods/count
GET
Usersauthenticationgetmethods — Microsoft Graph Get methods from users
/v1/users/{user-id}/authentication/methods/{authenticationmethod-id}
PATCH
Usersauthenticationupdatemethods — Microsoft Graph Update the navigation property methods in users
/v1/users/{user-id}/authentication/methods/{authenticationmethod-id}
POST
Usersuserauthenticationmethodsauthenticationmethodresetpassword — Microsoft Graph Invoke action resetPassword
/v1/users/{user-id}/authentication/methods/{authenticationmethod-id}/resetpassword

MCP Tools

microsoft-graph-get-methods-users

Microsoft Graph Get methods from users

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

Microsoft Graph Create new navigation property to methods for users

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get methods from users

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

Microsoft Graph Update the navigation property methods in users

idempotent
microsoft-graph-invoke-action-resetpassword

Microsoft Graph Invoke action resetPassword

Capability Spec

me-users-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — Users.authentication
  description: 'Microsoft Graph Me — Users.authentication. 6 operations. Lead operation: Microsoft Graph Get methods from
    users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Users.authentication
  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: me-users-authentication
    baseUri: ''
    description: Microsoft Graph Me — Users.authentication business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-authentication-methods
      path: /users/{user-id}/authentication/methods
      operations:
      - name: usersauthenticationlistmethods
        method: GET
        description: Microsoft Graph Get methods 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: usersauthenticationcreatemethods
        method: POST
        description: Microsoft Graph Create new navigation property to methods 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-authentication-methods-$count
      path: /users/{user-id}/authentication/methods/$count
      operations:
      - name: usersauthenticationmethodsgetcount0da1
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-authentication-methods-authenticationMethod-id
      path: /users/{user-id}/authentication/methods/{authenticationMethod-id}
      operations:
      - name: usersauthenticationgetmethods
        method: GET
        description: Microsoft Graph Get methods 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: usersauthenticationupdatemethods
        method: PATCH
        description: Microsoft Graph Update the navigation property methods in 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-authentication-methods-authenticationMethod-id-resetPassword
      path: /users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword
      operations:
      - name: usersuserauthenticationmethodsauthenticationmethodresetpassword
        method: POST
        description: Microsoft Graph Invoke action resetPassword
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: me-users-authentication-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — Users.authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/authentication/methods
      name: users-user-id-authentication-methods
      description: REST surface for users-user-id-authentication-methods.
      operations:
      - method: GET
        name: usersauthenticationlistmethods
        description: Microsoft Graph Get methods from users
        call: me-users-authentication.usersauthenticationlistmethods
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: usersauthenticationcreatemethods
        description: Microsoft Graph Create new navigation property to methods for users
        call: me-users-authentication.usersauthenticationcreatemethods
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/authentication/methods/count
      name: users-user-id-authentication-methods-count
      description: REST surface for users-user-id-authentication-methods-$count.
      operations:
      - method: GET
        name: usersauthenticationmethodsgetcount0da1
        description: Microsoft Graph Get the number of the resource
        call: me-users-authentication.usersauthenticationmethodsgetcount0da1
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/authentication/methods/{authenticationmethod-id}
      name: users-user-id-authentication-methods-authenticationmethod-id
      description: REST surface for users-user-id-authentication-methods-authenticationMethod-id.
      operations:
      - method: GET
        name: usersauthenticationgetmethods
        description: Microsoft Graph Get methods from users
        call: me-users-authentication.usersauthenticationgetmethods
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: usersauthenticationupdatemethods
        description: Microsoft Graph Update the navigation property methods in users
        call: me-users-authentication.usersauthenticationupdatemethods
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/authentication/methods/{authenticationmethod-id}/resetpassword
      name: users-user-id-authentication-methods-authenticationmethod-id-resetpassword
      description: REST surface for users-user-id-authentication-methods-authenticationMethod-id-resetPassword.
      operations:
      - method: POST
        name: usersuserauthenticationmethodsauthenticationmethodresetpassword
        description: Microsoft Graph Invoke action resetPassword
        call: me-users-authentication.usersuserauthenticationmethodsauthenticationmethodresetpassword
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-users-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — Users.authentication. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-methods-users
      description: Microsoft Graph Get methods from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-users-authentication.usersauthenticationlistmethods
      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 methods for users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-users-authentication.usersauthenticationcreatemethods
      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: me-users-authentication.usersauthenticationmethodsgetcount0da1
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-methods-users-2
      description: Microsoft Graph Get methods from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-users-authentication.usersauthenticationgetmethods
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property methods in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-users-authentication.usersauthenticationupdatemethods
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-resetpassword
      description: Microsoft Graph Invoke action resetPassword
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-users-authentication.usersuserauthenticationmethodsauthenticationmethodresetpassword
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.