Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute

Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute. 6 operations. Lead operation: Microsoft Graph List identityUserFlowAttributes. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphidentity.identityUserFlowAttribute

What You Can Do

GET
Identitylistuserflowattributes — Microsoft Graph List identityUserFlowAttributes
/v1/identity/userflowattributes
POST
Identitycreateuserflowattributes — Microsoft Graph Create identityUserFlowAttribute
/v1/identity/userflowattributes
GET
Identityuserflowattributesgetcount9651 — Microsoft Graph Get the number of the resource
/v1/identity/userflowattributes/count
GET
Identitygetuserflowattributes — Microsoft Graph Get identityUserFlowAttribute
/v1/identity/userflowattributes/{identityuserflowattribute-id}
PATCH
Identityupdateuserflowattributes — Microsoft Graph Update identityUserFlowAttribute
/v1/identity/userflowattributes/{identityuserflowattribute-id}
DELETE
Identitydeleteuserflowattributes — Microsoft Graph Delete identityUserFlowAttribute
/v1/identity/userflowattributes/{identityuserflowattribute-id}

MCP Tools

microsoft-graph-list-identityuserflowattributes

Microsoft Graph List identityUserFlowAttributes

read-only idempotent
microsoft-graph-create-identityuserflowattribute

Microsoft Graph Create identityUserFlowAttribute

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-identityuserflowattribute

Microsoft Graph Get identityUserFlowAttribute

read-only idempotent
microsoft-graph-update-identityuserflowattribute

Microsoft Graph Update identityUserFlowAttribute

idempotent
microsoft-graph-delete-identityuserflowattribute

Microsoft Graph Delete identityUserFlowAttribute

idempotent

Capability Spec

microsoft-graph-identity-identityuserflowattribute.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute. 6 operations.
    Lead operation: Microsoft Graph List identityUserFlowAttributes. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - identity.identityUserFlowAttribute
  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-identity-identityuserflowattribute
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute business
      capability. Self-contained, no shared references.
    resources:
    - name: identity-userFlowAttributes
      path: /identity/userFlowAttributes
      operations:
      - name: identitylistuserflowattributes
        method: GET
        description: Microsoft Graph List identityUserFlowAttributes
        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: identitycreateuserflowattributes
        method: POST
        description: Microsoft Graph Create identityUserFlowAttribute
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: identity-userFlowAttributes-$count
      path: /identity/userFlowAttributes/$count
      operations:
      - name: identityuserflowattributesgetcount9651
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: identity-userFlowAttributes-identityUserFlowAttribute-id
      path: /identity/userFlowAttributes/{identityUserFlowAttribute-id}
      operations:
      - name: identitygetuserflowattributes
        method: GET
        description: Microsoft Graph Get identityUserFlowAttribute
        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: identityupdateuserflowattributes
        method: PATCH
        description: Microsoft Graph Update identityUserFlowAttribute
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: identitydeleteuserflowattributes
        method: DELETE
        description: Microsoft Graph Delete identityUserFlowAttribute
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-identity-identityuserflowattribute-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identity/userflowattributes
      name: identity-userflowattributes
      description: REST surface for identity-userFlowAttributes.
      operations:
      - method: GET
        name: identitylistuserflowattributes
        description: Microsoft Graph List identityUserFlowAttributes
        call: microsoft-graph-identity-identityuserflowattribute.identitylistuserflowattributes
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: identitycreateuserflowattributes
        description: Microsoft Graph Create identityUserFlowAttribute
        call: microsoft-graph-identity-identityuserflowattribute.identitycreateuserflowattributes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identity/userflowattributes/count
      name: identity-userflowattributes-count
      description: REST surface for identity-userFlowAttributes-$count.
      operations:
      - method: GET
        name: identityuserflowattributesgetcount9651
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-identity-identityuserflowattribute.identityuserflowattributesgetcount9651
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identity/userflowattributes/{identityuserflowattribute-id}
      name: identity-userflowattributes-identityuserflowattribute-id
      description: REST surface for identity-userFlowAttributes-identityUserFlowAttribute-id.
      operations:
      - method: GET
        name: identitygetuserflowattributes
        description: Microsoft Graph Get identityUserFlowAttribute
        call: microsoft-graph-identity-identityuserflowattribute.identitygetuserflowattributes
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: identityupdateuserflowattributes
        description: Microsoft Graph Update identityUserFlowAttribute
        call: microsoft-graph-identity-identityuserflowattribute.identityupdateuserflowattributes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: identitydeleteuserflowattributes
        description: Microsoft Graph Delete identityUserFlowAttribute
        call: microsoft-graph-identity-identityuserflowattribute.identitydeleteuserflowattributes
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-identity-identityuserflowattribute-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — identity.identityUserFlowAttribute.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-identityuserflowattributes
      description: Microsoft Graph List identityUserFlowAttributes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-identityuserflowattribute.identitylistuserflowattributes
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-identityuserflowattribute
      description: Microsoft Graph Create identityUserFlowAttribute
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-identity-identityuserflowattribute.identitycreateuserflowattributes
      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: microsoft-graph-identity-identityuserflowattribute.identityuserflowattributesgetcount9651
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-identityuserflowattribute
      description: Microsoft Graph Get identityUserFlowAttribute
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-identityuserflowattribute.identitygetuserflowattributes
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-identityuserflowattribute
      description: Microsoft Graph Update identityUserFlowAttribute
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-identityuserflowattribute.identityupdateuserflowattributes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-identityuserflowattribute
      description: Microsoft Graph Delete identityUserFlowAttribute
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-identity-identityuserflowattribute.identitydeleteuserflowattributes
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.