Skip to main content
Code: auth.business_access_denied
HTTP: 400 Bad Request

What happened

The API rejected the request during authentication before your route handler ran.

Safe message

You do not have permission to perform this action.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The authenticated user is not an active member of the requested business.

How to fix it

Confirm you have been invited to this business or switch to a business where you have access.

UI hint

Programmatic handling