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

# Enum values for EjScriptVerb

> Lists the enum values for EjScriptVerb.

## EjScriptVerb Enum

The verbs that are blocked when calling a ejscript over HTTP

| Name         | Value | Description                               |
| ------------ | ----- | ----------------------------------------- |
| BlockNone    | 0     | All verbs allowed                         |
| BlockGET     | 1     | Block GET access                          |
| BlockPOST    | 2     | Block POST access                         |
| BlockPUT     | 4     | Block PUT access                          |
| BlockDELETE  | 8     | Block DELETE access                       |
| BlockPATCH   | 16    | Block PATCH access                        |
| BlockOPTIONS | 32    | Block OPTIONS access                      |
| BlockHEAD    | 64    | Block HEAD access                         |
| BlockTRACE   | 128   | Block TRACE access                        |
| BlockCONNECT | 256   | Block CONNECT access                      |
| BlockOTHER   | 512   | Block OTHER, can be used for custom verbs |
| BlockAll     | -1    | No verbs are allowed                      |

## Usage

* [ejscript](../ejscript).blocked\_verbs - ejscript


## Related topics

- [SuperOffice.WebApi.Data.EjScriptVerb](/en/api/reference/webapi/SuperOffice.WebApi.Data.EjScriptVerb.md)
- [SuperOffice.WebApi.Data.Script](/en/api/reference/webapi/SuperOffice.WebApi.Data.Script.md)
- [SuperOffice.WebApi.Data.CRMScriptEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.CRMScriptEntity.md)
- [ejscript table](/en/database/tables/ejscript.md)
- [Enum EjUserStatus](/en/automation/crmscript/reference/CRMScript.NetServer.EjUserStatus.md)
- [Enum BadgeType](/en/automation/crmscript/reference/CRMScript.NetServer.BadgeType.md)
