> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.relayapp.im/llms.txt
> Use this file to discover all available pages before exploring further.

# Error 2003: Permission denied

> Resolve Relay error 2003.

The credential is valid but cannot perform this operation.

## Response

```json theme={null}
{
  "error": {
    "status": 403,
    "code": 2003,
    "message": "The credential is valid but cannot perform this operation.",
    "doc_url": "https://docs.relayapp.im/error/codes/2xxx/2003"
  },
  "success": false,
  "trace_id": "b923d71e50be43ba9e0fe1e34a7676c2"
}
```

## Fix

1. Use the Contact that belongs to the resource.
2. Do not retry until authorization or membership changes.

## Retry

Do not retry the same request unchanged.

## Related

* [Error overview](/error)
* [Debugging](/guides/platform/debugging)
