> ## 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.

# SuperOffice.WebApi.Data.EjScriptVerb

# <a id="SuperOffice_WebApi_Data_EjScriptVerb" /> Enum EjScriptVerb

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Flag values for field 'blocked\_verbs' in table 'ejscript'.
This Enum is used by:  ejscript.blocked\_verbs
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum EjScriptVerb
```

## Fields

`BlockCONNECT = 256`

256: Block CONNECT access

`BlockDELETE = 8`

8: Block DELETE access

`BlockGET = 1`

1: Block GET access

`BlockHEAD = 64`

64: Block HEAD access

`BlockOPTIONS = 32`

32: Block OPTIONS access

`BlockOTHER = 512`

512: Block OTHER, can be used for custom verbs

`BlockPATCH = 16`

16: Block PATCH access

`BlockPOST = 2`

2: Block POST access

`BlockPUT = 4`

4: Block PUT access

`BlockTRACE = 128`

128: Block TRACE access


## Related topics

- [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)
- [SuperOffice.WebApi.Data.ScriptType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ScriptType.md)
- [SuperOffice.WebApi.Data.EjUserStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.EjUserStatus.md)
- [SuperOffice.WebApi.Data.Ticket GetHotlistEjUsersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_GetHotlistEjUsersRequest.md)
- [SuperOffice.WebApi.Agents.WebhookAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WebhookAgent.md)
