Here’s what to do if you send the following POST request https://api.getpostman.com/scim/v2/Users, and the response returns the below error message:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"detail": "Unable to access the team. Check if you have entered a valid API key.",
"status": "401"
}
How to unblock yourself
- Verify your Postman team plan. Provisioning with SCIM is only available to Postman Enterprise plans.
- If you're on an Enterprise plan, make sure you have generated a SCIM API KEY.