How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Postman scim API

The scim API from Postman — 6 operation(s) for scim.

Postman scim API is one of 51 APIs that Postman publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SCIM. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 6 paths, and defines 68 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.postman.com, https://api.eu.postman.com.

12 operations 6 paths 68 schemas 1 DELETE6 GET2 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.getpostman.com
Authentication
API Key, HTTP Basic, API Key
Resource Areas
1

Authentication & Security 3

Postman scim API declares 3 security schemes for authenticating requests. An API key is passed in the header as x-api-key (PostmanApiKey). It accepts HTTP basic authentication (basicAuth). An API key is passed in the header as Authorization (scimApiKey).

  • scimApiKey — A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/generating-scim-api-key) for calls to SCIM…

Paths & Operations 12

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

scim 12
GET
/scim/v2/Groups
Get all groups
getScimGroupResources 4 params → 200400401403500
POST
/scim/v2/Groups
Create a group
createScimGroup 1 param body → 201400401403409500
GET
/scim/v2/Groups/{groupId}
Get a group
getScimGroupResource 2 params → 200400401403404500
DELETE
/scim/v2/Groups/{groupId}
Delete a group
deleteScimGroup 2 params → 204400401403404500
PATCH
/scim/v2/Groups/{groupId}
Update a group
updateGroup 2 params body → 200400401403404500
GET
/scim/v2/ResourceTypes
Get resource types
getScimResourceTypes 1 param → 200401500
GET
/scim/v2/ServiceProviderConfig
Get service provider configuration
getScimServiceProviderConfig 1 param → 200401500
GET
/scim/v2/Users
Get all users
getScimUserResources 4 params → 200400401403500
POST
/scim/v2/Users
Create a user
createScimUser 1 param body → 201400401403409500
GET
/scim/v2/Users/{userId}
Get a user
getScimUserResource 2 params → 200400401403404500
PUT
/scim/v2/Users/{userId}
Update a user
updateScimUser 2 params body → 200400401403404500
PATCH
/scim/v2/Users/{userId}
Update a user
updateScimUserPatch 2 params body → 200400401403404500

Schemas 68

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

GetScimServiceProviderConfigAuthenticationSchemesItems
object
Information about the scheme.
4 properties
startIndex
number
CreateScimGroupResponseMeta
object
The response's non-standard meta information.
3 properties
scimGroupFilter
string
CreateScimGroupMembersItems
object
Information about the group's members.
2 properties
scimUserResourceResponse
object
7 properties
CommonErrorNameMessageError
object
Information about the error.
2 properties
GetScimServiceProviderConfigSort
object
Information about the sort configuration.
1 property
UpdateScimUserRequestBadRequestError
GetScimServiceProviderConfigMeta
object
The response's non-standard meta information.
2 properties
GetScimResourceTypesItemsSchemaExtensionsItems
object
2 properties
updateScimUserPatch
scimUserFilter
string
ScimUpdateGroupOperationsItemsOp
string
The operation to perform.
GetScimServiceProviderConfigPatch
object
Information about patch configuration.
1 property
commonErrorTypeTitleDetailStatus
object
4 properties
UpdateScimUserPatchOneOf1OperationsItems
object
3 properties
UpdateScimUserPatchOneOf0OperationsItemsOp
string
The operation to perform.
UpdateScimUserPatchOneOf0OperationsItemsValue
object
The performed operation's value.
1 property
scimId
string
scimErrorScimType
object
4 properties
createScimGroupResponse
object
6 properties
UpdateScimUserPatchOneOf0OperationsItems
object
2 properties
GetScimResourceTypesRequestUnauthorizedError
ScimUserResourceResponseName
object
Information about the Postman team member.
2 properties
GetScimServiceProviderConfigEtag
object
Information about the [entity tag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) (Etag) HTTP response header configuration.
1 property
count
number
ScimUpdateGroupResponseMeta
object
The response's non-standard meta information.
3 properties
scimUserResource
object
The SCIM user resource object.
7 properties
CreateScimUserName
object
Information about the user's name.
2 properties
GetScimResourceTypesItems
object
7 properties
ScimUserResourceName
object
Information about the Postman team member.
2 properties
scimError
object
3 properties
CreateScimUserResponseMetaResourceType
string
The SCIM resource type.
getScimServiceProviderConfig
object
Information about Postman's SCIM API configurations and supported operations.
10 properties
createScimUserResponse
object
7 properties
CreateScimGroupResponseMembersItems
object
Information about the group's members.
2 properties
GetScimServiceProviderConfigBulk
object
Information about bulk configuration.
3 properties
UpdateScimUserPatch0
object
2 properties
UpdateScimUserPatchRequestBadRequestError
commonErrorNameMessage
object
1 property
ScimUserResourceMeta
object
The response's non-standard meta information.
3 properties
GetScimGroupResourceMeta
object
The response's non-standard meta information.
3 properties
scimUserResources
object
5 properties
ScimGroupResourceMembersItems
object
Information about the group's members.
2 properties
ScimUpdateGroupOperationsItems
object
3 properties
CommonErrorTypeTitleDetailStatusType
UpdateScimUserPatch1
object
2 properties
GetScimGroupResourceMembersItems
object
Information about the group's members.
2 properties
scimUpdateGroup
object
2 properties
getScimGroupResource
object
6 properties
createScimUser
object
7 properties
UpdateScimUserPatchOneOf1OperationsItemsPath
string
The operation's path. Accepts the userName value.
ScimGroupResourceMeta
object
The response's non-standard meta information.
3 properties
ScimUserResourceResponseMeta
object
The response's non-standard meta information.
3 properties
scimGroupResource
object
The SCIM group resource object.
6 properties
getScimResourceTypes
array
scimUpdateGroupResponse
object
5 properties
getScimGroupResources
object
5 properties
UpdateScimUserName
object
Information about the user's name.
2 properties
createScimGroup
object
3 properties
ScimUpdateGroupOperationsItemsValue
object
The performed operation's value.
2 properties
GetScimServiceProviderConfigChangePassword
object
Information about the change password configuration.
1 property
GetScimServiceProviderConfigFilter
object
Information about the filter configuration.
2 properties
UpdateScimUserPatchOneOf1OperationsItemsOp
string
The operation to perform. Accepts the replace value.
CreateScimUserResponseName
object
2 properties
CreateScimUserResponseMeta
object
The response's non-standard meta information.
3 properties
updateScimUser
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

postman-scim-api-openapi.yml Raw ↑

Other APIs Postman publishes across the network.

Postman Collections API
Postman Workspaces API
Postman Environments API
Postman Monitors API
Postman Webhooks API
Postman Tags API
Postman Billing API
Postman SCIM API
Postman MCP Server
Postman Flows
Postman Mocks API
Where this information came from

This is an independent, third-party profile of Postman scim API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.