# CurrentUserPermissions: Bouw7 Current User Permissions
Returns the permissions for the currently authenticated user.
Returns modules from the user that is currently authenticated.
- Catalog: `Bouw7`
- Schema: `Organization`
- Label: Current User Permissions
This is a read-only table. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API.
## Table Columns
The columns of the table `CurrentUserPermissions` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `action` | `varchar2` | Action | ☐ | The action name this permission is for. |
| `approve` | `char` | Approve | ☐ | Whether or not this permission grants approve access. |
| `create` | `char` | Create | ☐ | Whether or not this permission grants create access. |
| `delete` | `char` | Delete | ☐ | Whether or not this permission grants delete access. |
| `export` | `char` | Export | ☐ | Whether or not this permission grants export access. |
| `id` | `int64` | ID | ☐ | The ID of the permission. |
| `module` | `varchar2` | Module | ☐ | The name of the module the permission belongs to. |
| `update` | `char` | Update | ☐ | Whether or not this permission grants update access. |
| `view` | `char` | View | ☐ | Whether or not this permission grants view access. |