# No Access to Credential
source: https://developer.mastercard.com/mastercard-developers-api/documentation/errors/no-access-creds/index.md

The user does not have the necessary permissions to perform this action.

### Solution {#solution}

Ensure the user has the required permissions. For example, a team member with `read_only` permissions trying to revoke a credential may see this error response.

### API Error Response {#api-error-response}

**HTTP code 403**

```JSON
{
  "Errors": {
    "Error": [
      {
        "Source": "DEVELOPERS_API",
        "ReasonCode": "NO_ACCESS_TO_CREDENTIAL",
        "Description": "You are not authorized to perform this action",
        "Details": "User does not have permission to activate this credential",
        "Recoverable": false
      }
    ]
  }
}
```

[Back to Errors List](https://developer.mastercard.com/mastercard-developers-api/documentation/code-and-formats/index.md#list-of-common-api-errors)​​
