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 Roles API

The **Roles** endpoints enable you to manage user roles. [Roles])(https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/) define user permissions within a Postman workspace.

This API exposes 5 operations across 3 paths, and defines 2 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 3 paths 2 schemas 3 GET2 PATCH

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 Roles 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 3 paths, the API surfaces 5 operations — 3 GET, 2 PATCH. Each is listed below with its method, path, parameters, and response codes.

Roles 5

The Roles endpoints enable you to manage user roles. [Roles])(https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/) define user permissions within a P…

GET
/collections/{collectionId}/roles
APIs.io Engineering Platform Get a collection's roles
getCollectionRoles 1 param → 200401403404500
PATCH
/collections/{collectionId}/roles
APIs.io Engineering Platform Update a collection's roles
updateCollectionRoles 1 param body → 204400401403404500
GET
/workspaces-roles
APIs.io Engineering Platform Get all roles
getAllWorkspaceRoles → 200401403500
PATCH
/workspaces/{workspaceId}/roles
APIs.io Engineering Platform Update user or user group roles
updateWorkspaceRoles 2 params body → 200400401403404422500
GET
/workspaces/{workspaceId}/roles
APIs.io Engineering Platform Get a workspace's roles
getWorkspaceRoles 2 params → 200401403404500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is getWorkspaceRoles (1 property). Each schema is shown below with its type and property counts.

getWorkspaceRoles
object
Information about the workspace's roles.
1 property
workspaceId
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-roles-api-openapi.yml Raw ↑