{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Group Provisioning API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Group Provisioning", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get all group resources", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Groups", "params": [ { "name": "startIndex", "value": "", "type": "query", "description": "The index entry by which to begin the list of returned results." }, { "name": "count", "value": "", "type": "query", "description": "Limit the number of results returned in a single response." }, { "name": "filter", "value": "", "type": "query", "description": "Filter results by a specific word or phrase. This query parameter only supports the `displayName` filter and has the following requirements:\n- Filter values are case-sensitive.\n- Special characters and spaces must be URL encoded.\n" } ] }, "docs": "Gets information about all Postman team members." }, { "info": { "name": "APIs.io Engineering Platform Create a group", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group in Postman and creates a new account for each group member.\n\nEach account is added to your Postman team and authentication is activated for each user. If an existing Postman account uses an email that matches a group member's email ID, an [email invite](https://postman.postman.co/docs/administration/managing-your-team/managing-your-team/#invites) to join your Postman team is sent to that user. Once the user accepts the invite, they'll be added to your team.\n\nBy default, " }, { "info": { "name": "APIs.io Engineering Platform Get a group resource", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The group's ID." } ] }, "docs": "Gets information about a Postman group within the team." }, { "info": { "name": "APIs.io Engineering Platform Update a group", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The group's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a group's information. Using this endpoint you can:\n\n- Update a group's name.\n- Add or remove members from a Postman group.\n" }, { "info": { "name": "APIs.io Engineering Platform Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The group's ID." } ] }, "docs": "Deletes a group in Postman. On success, this returns an HTTP `204 No Content` response.\n\nUser accounts that were in the deleted group are deactivated in Postman if the app is assigned to the user only with the deleted group.\n\nUser accounts and the data corresponding to them are not deleted. To permanently delete user accounts and their data, [contact Postman support](https://www.postman.com/support/).\n" } ] } ], "bundled": true }