Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform User Provisioning API

The **User Provisioning** endpoints enable you to provision and manage your Postman users.- You can only deactivate users with the SCIM API. You cannot permanently delete users with the API.- Users created with the SCIM API are automatically created in Postman: - If the account's email ID does not exist, the user is also added to their organization's Postmanteam. - If the account's email ID already exists, the system sends the user an email invite to join thePostman team. After they accept the invite, the are added to the team. - By default, new users are given the developer role in Postman. Postman user roles cannot be updated via the SCIM API. You must manage user and group roles in Postman.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

5 operations 2 paths 3 schemas 2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform User Provisioning API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

User Provisioning 5

The User Provisioning endpoints enable you to provision and manage your Postman users. - You can only deactivate users with the SCIM API. You cannot permanently delete users with…

GET
/scim/v2/Users
APIs.io Engineering Platform Get all user resources
getScimUserResources 3 params → 200400401403500
POST
/scim/v2/Users
APIs.io Engineering Platform Create a user
createScimUser body → 201400401403409500
GET
/scim/v2/Users/{userId}
APIs.io Engineering Platform Get a user resource
getScimUserResource 1 param → 200400401403404500
PUT
/scim/v2/Users/{userId}
APIs.io Engineering Platform Update a user
updateScimUser 1 param body → 200400401403404500
PATCH
/scim/v2/Users/{userId}
APIs.io Engineering Platform Update a user's state
updateScimUserState 1 param body → 200400401403404500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are scimUserResource (7 properties), scimUserResources (5 properties). Each schema is shown below with its type and property counts.

scimId
string
scimUserResources
object
5 properties
scimUserResource
object
The SCIM user resource object.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-user-provisioning-api-openapi.yml Raw ↑