Skip to main content

Authorization and permission errors

What the Authorization and permission error codes mean and how to resolve them.

An authorization error means you are authenticated, but your account is not allowed to perform this action. The request is rejected.

Every error in this family includes a stable code (for example AUTZ-1001). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • Your billing plan does not include this functionality.

  • Your user is missing a required permission or claim.

  • The endpoint is restricted to admin users.

How to fix it

  1. Match the code in your response to the table below.

  2. Check whether your plan includes the feature you are calling.

  3. Confirm your user has the required permissions.

  4. If the action is admin-only, reach out to iPaaS.com for more information.

Codes in this family

Code

What it means

AUTZ-1001

Your billing plan restricts you from accessing this functionality.

AUTZ-1002

Your user does not have permission to access this.

AUTZ-1003

Access to this endpoint is restricted to iPaaS.com admin users.

AUTZ-1004

Your billing plan is in awaiting payment or has a trial expired and you are restricted from accessing this functionality.

Related

  • Working with External IDs

Did this answer your question?