Error Reference
access-denied
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/access-denied |
| HTTP Status | 403 Forbidden |
Description
The request was authenticated successfully, but the caller is not allowed to perform the requested action on the target resource.
Response Example
Code
Common Causes
- The authenticated caller does not have access to the requested resource or operation.
- The request attempts to access a resource outside the caller's allowed organization context.
- Your API client lacks the role or scope required for this operation.
How to Fix
- Verify that the authenticated API client is allowed to use the endpoint.
- Confirm the target resource belongs to an organization context visible to the caller.
- If access should be allowed, contact support with the
traceId.
Last modified on