APIs.io Engineering Platform Postman API — Group Provisioning

APIs.io Engineering Platform Postman API — Group Provisioning. 5 operations. Lead operation: APIs.io Engineering Platform Get all group resources. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformGroup Provisioning

What You Can Do

GET
Getscimgroupresources — APIs.io Engineering Platform Get all group resources
/v1/scim/v2/groups
POST
Createscimgroup — APIs.io Engineering Platform Create a group
/v1/scim/v2/groups
GET
Getscimgroupresource — APIs.io Engineering Platform Get a group resource
/v1/scim/v2/groups/{groupid}
PATCH
Scimupdategroup — APIs.io Engineering Platform Update a group
/v1/scim/v2/groups/{groupid}
DELETE
Deletescimgroup — APIs.io Engineering Platform Delete a group
/v1/scim/v2/groups/{groupid}

MCP Tools

apis-io-engineering-platform-get-all

APIs.io Engineering Platform Get all group resources

read-only idempotent
apis-io-engineering-platform-create-group

APIs.io Engineering Platform Create a group

apis-io-engineering-platform-get-group

APIs.io Engineering Platform Get a group resource

read-only idempotent
apis-io-engineering-platform-update-group

APIs.io Engineering Platform Update a group

idempotent
apis-io-engineering-platform-delete-group

APIs.io Engineering Platform Delete a group

idempotent

Capability Spec

postman-group-provisioning.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Group Provisioning
  description: 'APIs.io Engineering Platform Postman API — Group Provisioning. 5 operations. Lead operation: APIs.io Engineering
    Platform Get all group resources. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Group Provisioning
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: postman-group-provisioning
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Group Provisioning business capability. Self-contained, no shared
      references.
    resources:
    - name: scim-v2-Groups
      path: /scim/v2/Groups
      operations:
      - name: getscimgroupresources
        method: GET
        description: APIs.io Engineering Platform Get all group resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createscimgroup
        method: POST
        description: APIs.io Engineering Platform Create a group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: scim-v2-Groups-groupId
      path: /scim/v2/Groups/{groupId}
      operations:
      - name: getscimgroupresource
        method: GET
        description: APIs.io Engineering Platform Get a group resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: scimupdategroup
        method: PATCH
        description: APIs.io Engineering Platform Update a group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletescimgroup
        method: DELETE
        description: APIs.io Engineering Platform Delete a group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-group-provisioning-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Group Provisioning. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/scim/v2/groups
      name: scim-v2-groups
      description: REST surface for scim-v2-Groups.
      operations:
      - method: GET
        name: getscimgroupresources
        description: APIs.io Engineering Platform Get all group resources
        call: postman-group-provisioning.getscimgroupresources
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimgroup
        description: APIs.io Engineering Platform Create a group
        call: postman-group-provisioning.createscimgroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/groups/{groupid}
      name: scim-v2-groups-groupid
      description: REST surface for scim-v2-Groups-groupId.
      operations:
      - method: GET
        name: getscimgroupresource
        description: APIs.io Engineering Platform Get a group resource
        call: postman-group-provisioning.getscimgroupresource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: scimupdategroup
        description: APIs.io Engineering Platform Update a group
        call: postman-group-provisioning.scimupdategroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletescimgroup
        description: APIs.io Engineering Platform Delete a group
        call: postman-group-provisioning.deletescimgroup
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-group-provisioning-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Group Provisioning. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-all
      description: APIs.io Engineering Platform Get all group resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-group-provisioning.getscimgroupresources
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-group
      description: APIs.io Engineering Platform Create a group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-group-provisioning.createscimgroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-group
      description: APIs.io Engineering Platform Get a group resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-group-provisioning.getscimgroupresource
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-group
      description: APIs.io Engineering Platform Update a group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-group-provisioning.scimupdategroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-group
      description: APIs.io Engineering Platform Delete a group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-group-provisioning.deletescimgroup
      outputParameters:
      - type: object
        mapping: $.