APIs.io Engineering Platform Postman API — SCIM

APIs.io Engineering Platform Postman API — SCIM. 12 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 PlatformSCIM

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}
GET
Getscimresourcetypes — APIs.io Engineering Platform Get resource types
/v1/scim/v2/resourcetypes
GET
Getscimserviceproviderconfig — APIs.io Engineering Platform Get service provider configuration
/v1/scim/v2/serviceproviderconfig
GET
Getscimuserresources — APIs.io Engineering Platform Get all user resources
/v1/scim/v2/users
POST
Createscimuser — APIs.io Engineering Platform Create a user
/v1/scim/v2/users
GET
Getscimuserresource — APIs.io Engineering Platform Get a user resource
/v1/scim/v2/users/{userid}
PUT
Updatescimuser — APIs.io Engineering Platform Update a user
/v1/scim/v2/users/{userid}
PATCH
Updatescimuserstate — APIs.io Engineering Platform Update a user's state
/v1/scim/v2/users/{userid}

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
apis-io-engineering-platform-get-resource

APIs.io Engineering Platform Get resource types

read-only idempotent
apis-io-engineering-platform-get-service

APIs.io Engineering Platform Get service provider configuration

read-only idempotent
apis-io-engineering-platform-get-all-2

APIs.io Engineering Platform Get all user resources

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

APIs.io Engineering Platform Create a user

apis-io-engineering-platform-get-user

APIs.io Engineering Platform Get a user resource

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

APIs.io Engineering Platform Update a user

idempotent
apis-io-engineering-platform-update-user-s

APIs.io Engineering Platform Update a user's state

idempotent

Capability Spec

postman-scim.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — SCIM
  description: 'APIs.io Engineering Platform Postman API — SCIM. 12 operations. Lead operation: APIs.io Engineering Platform
    Get all group resources. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - SCIM
  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-scim
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — SCIM 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: $.
    - name: scim-v2-ResourceTypes
      path: /scim/v2/ResourceTypes
      operations:
      - name: getscimresourcetypes
        method: GET
        description: APIs.io Engineering Platform Get resource types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scim-v2-ServiceProviderConfig
      path: /scim/v2/ServiceProviderConfig
      operations:
      - name: getscimserviceproviderconfig
        method: GET
        description: APIs.io Engineering Platform Get service provider configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scim-v2-Users
      path: /scim/v2/Users
      operations:
      - name: getscimuserresources
        method: GET
        description: APIs.io Engineering Platform Get all user resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createscimuser
        method: POST
        description: APIs.io Engineering Platform Create a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: scim-v2-Users-userId
      path: /scim/v2/Users/{userId}
      operations:
      - name: getscimuserresource
        method: GET
        description: APIs.io Engineering Platform Get a user resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatescimuser
        method: PUT
        description: APIs.io Engineering Platform Update a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: updatescimuserstate
        method: PATCH
        description: APIs.io Engineering Platform Update a user's state
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-scim-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — SCIM. 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-scim.getscimgroupresources
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimgroup
        description: APIs.io Engineering Platform Create a group
        call: postman-scim.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-scim.getscimgroupresource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: scimupdategroup
        description: APIs.io Engineering Platform Update a group
        call: postman-scim.scimupdategroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletescimgroup
        description: APIs.io Engineering Platform Delete a group
        call: postman-scim.deletescimgroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/resourcetypes
      name: scim-v2-resourcetypes
      description: REST surface for scim-v2-ResourceTypes.
      operations:
      - method: GET
        name: getscimresourcetypes
        description: APIs.io Engineering Platform Get resource types
        call: postman-scim.getscimresourcetypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/serviceproviderconfig
      name: scim-v2-serviceproviderconfig
      description: REST surface for scim-v2-ServiceProviderConfig.
      operations:
      - method: GET
        name: getscimserviceproviderconfig
        description: APIs.io Engineering Platform Get service provider configuration
        call: postman-scim.getscimserviceproviderconfig
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/users
      name: scim-v2-users
      description: REST surface for scim-v2-Users.
      operations:
      - method: GET
        name: getscimuserresources
        description: APIs.io Engineering Platform Get all user resources
        call: postman-scim.getscimuserresources
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimuser
        description: APIs.io Engineering Platform Create a user
        call: postman-scim.createscimuser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/users/{userid}
      name: scim-v2-users-userid
      description: REST surface for scim-v2-Users-userId.
      operations:
      - method: GET
        name: getscimuserresource
        description: APIs.io Engineering Platform Get a user resource
        call: postman-scim.getscimuserresource
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatescimuser
        description: APIs.io Engineering Platform Update a user
        call: postman-scim.updatescimuser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatescimuserstate
        description: APIs.io Engineering Platform Update a user's state
        call: postman-scim.updatescimuserstate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-scim-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — SCIM. 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-scim.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-scim.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-scim.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-scim.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-scim.deletescimgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-resource
      description: APIs.io Engineering Platform Get resource types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-scim.getscimresourcetypes
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-service
      description: APIs.io Engineering Platform Get service provider configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-scim.getscimserviceproviderconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-all-2
      description: APIs.io Engineering Platform Get all user resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-scim.getscimuserresources
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-user
      description: APIs.io Engineering Platform Create a user
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-scim.createscimuser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-user
      description: APIs.io Engineering Platform Get a user resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-scim.getscimuserresource
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-user
      description: APIs.io Engineering Platform Update a user
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-scim.updatescimuser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-user-s
      description: APIs.io Engineering Platform Update a user's state
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-scim.updatescimuserstate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.