**Source URL:** https://limited.veevavault.dev/commercial/mdl/component-types/webapigroup

# Webapigroup

**Class:** `metadata`

Each `Customwebapi` must be assigned to a `Webapigroup`, which in turn must be assigned to a `Permissionset`. Admins can manage access in the Vault Admin UI.

Learn more in the [Vault Java SDK documentation](/vault-sdk/entry-points/custom-api).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `description` | Type: String **Required** Max length: 1500 | A general description of the web API group. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Vaulttoken](/commercial/mdl/component-types/vaulttoken)  
