# apaleo · `check_unit_group_exists`

Check whether a unit group exists by ID.

- **Service**: `apaleo`
- **Action**: `check_unit_group_exists`
- **Action id**: `apaleo.check_unit_group_exists`
- **Required scopes**: apaleo.unit_groups.read

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "apaleo" --action "check_unit_group_exists"
```

## Run

```bash
oo connector run "apaleo" --action "check_unit_group_exists" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
