---
id: gk-foundation-connection-licenses-received
title: "Action - gk/foundation/connection/licenses/received"
sidebar_label: "gk/foundation/connection/licenses/received"
tags:
  - "1.26.0"
---

# Action: gk/foundation/connection/licenses/received

Fires when granted account licenses were received over the connection.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $payload | `array` |  |
| ↳ $licenses | `array` | Licenses returned by the server. |
| ↳ $scope | `string` | Connection scope: 'network' or 'site'. |
| ↳ $account_email | `string` | Connected account email. |
| ↳ $complete | `bool` | Whether $licenses is the connection's full granted set (enables pruning of no-longer-granted local rows). |

### Since

- 1.26.0

### Source

- Defined in `Licenses/Connection/AccountLicenses.php` at line 254
- Defined in `Licenses/Connection/AccountLicenses.php` at line 285
- Defined in `Licenses/Connection/AccountLicenses.php` at line 461