{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 User Provisioning API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "User Provisioning", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get all user resources", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Users", "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 accepts the following:\n- `userName` — Filter values are case-sensitive, and special characters and spaces must be URL encoded.\n- `active` — Return only users who are active (`true`) or inactive (`false`).\n" } ] }, "docs": "Gets information about all Postman team members." }, { "info": { "name": "APIs.io Engineering Platform Create a user", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user account in Postman and adds the user to your organization's Postman team.\n- If the account does not exist, this also activates the user so they can authenticate in to your Postman team.\n- If an account matching the email ID exists, the user receives [email invite](https://learning.postman.com/docs/administration/managing-your-team/manage-team-members/#manage-invites) to join the Postman team. The user joins the team when they accept the invite.\n- If the user's email domain mat" }, { "info": { "name": "APIs.io Engineering Platform Get a user resource", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The user's SCIM ID." } ] }, "docs": "Gets information about a Postman team member." }, { "info": { "name": "APIs.io Engineering Platform Update a user", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The user's SCIM ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user's first and last name in Postman.\n\n**Note:**\n\nYou can only use the SCIM API to update a user's first and last name. You cannot update any other user attributes with the API.\n" }, { "info": { "name": "APIs.io Engineering Platform Update a user's state", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The user's SCIM ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user's active state in Postman.\n\n**Reactivating a user**\n\nBy setting the `active` property from `false` to `true`, this reactivates an account. This allows the account to authenticate in to Postman and adds the account back on to your Postman team.\n" } ] } ], "bundled": true }