# checkPermissionToCreate

**Kind:** Function

**Source:** `Outlook_plugin/src/auth/auth.service.ts` (line 301)

**Part of:** [Auth](subsystem-outlook-plugin-src-auth)

## Signature

```ts
async function checkPermissionToCreate(module: "contact" | "account" | "uploadFiles" | "activity"): Promise<{Result:boolean}>
```

## Parameters

| Name | Type |
|---|---|
| `module` | `"contact" | "account" | "uploadFiles" | "activity"` |

**Returns:** `Promise<{Result:boolean}>`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
