APIs.io Engineering Platform Postman API — User Provisioning

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

Run with Naftiko Engineering PlatformUser Provisioning

What You Can Do

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 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-user-provisioning.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — User Provisioning
  description: 'APIs.io Engineering Platform Postman API — User Provisioning. 5 operations. Lead operation: APIs.io Engineering
    Platform Get all user resources. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - User 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-user-provisioning
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — User Provisioning business capability. Self-contained, no shared
      references.
    resources:
    - 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-user-provisioning-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — User Provisioning. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - 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-user-provisioning.getscimuserresources
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimuser
        description: APIs.io Engineering Platform Create a user
        call: postman-user-provisioning.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-user-provisioning.getscimuserresource
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatescimuser
        description: APIs.io Engineering Platform Update a user
        call: postman-user-provisioning.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-user-provisioning.updatescimuserstate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-user-provisioning-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — User 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 user resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-user-provisioning.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-user-provisioning.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-user-provisioning.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-user-provisioning.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-user-provisioning.updatescimuserstate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.