Documentation Index
Fetch the complete documentation index at: https://docs.lasscyber.com/llms.txt
Use this file to discover all available pages before exploring further.
| HTTP status | 403 Forbidden |
| Code | email_not_verified |
| Retry? | No — verify your email, then retry. |
When this happens
A JWT-authenticated user (i.e. the dashboard, or a tool reusing dashboard JWTs) has not yet completed Auth0 email verification. The API requires verified email before allowing protected operations. API key authentication is not affected — keys belong to a tenant, not a user, so there is no email to verify.Example response
How to fix
- Open the verification email Auth0 sent at sign-up. Click the link.
- If you cannot find it, sign in to
agnes.lasscyber.com— the gate page surfaces a Resend email button. - After verifying, sign out and back in to refresh your JWT.
SDK behaviour
| SDK | Exception |
|---|---|
| Python | agnes.PermissionError (with code == "email_not_verified") |
| TypeScript | PermissionError (with code === "email_not_verified") |
Related
forbidden— the parent generic 403 case.- Authentication — API keys vs JWTs.