This tool changes the subscription seat count only. Assigning a license to a user, or unassigning it, is done by the Microsoft 365 tools (Microsoft Graph API), gated by your M365 licensing permissions. Unassign users before the agent removes seats.
What It Does
When enabled, the agent can:- Add or remove seats for any license SKU
- Target a specific subscription when your provider has multiple subscriptions for the same license (e.g., separate Monthly and Annual subscriptions)
- Auto-detect which marketplace provider to use based on the company’s configuration
Settings
At least one of the two directions must be on. When the agent asks for a change its settings do not
allow, the tool changes nothing and the agent tells the technician.
Subscription Targeting
Many MSPs keep multiple subscriptions for the same license (e.g., an 80/20 yearly/monthly split, or separate month-to-month and annual-commitment subscriptions). The agent identifies the exact subscription by calling List License Subscriptions first, which returns the subscription ID, status, billing term, commitment term and seat count for each subscription.Marketplace Provider Auto-Detection
The marketplace provider is determined from the company’s configuration. Neo checks in this order:- Pax8 — if a Pax8 marketplace company ID is configured
- D&H — if a D&H marketplace company ID is configured
- Microsoft Partner Center — if a Partner Center marketplace ID is configured, or as a fallback when Partner Center credentials are available
Timing the Change
The agent applies a change either immediately or at the next renewal date. Use custom instructions to direct it:- Immediately (default) — an addition applies now and bills for the prorated remainder of the current period. Microsoft NCE allows an immediate removal only within the first 7 days of a term, so an immediate removal can fail on an older subscription. If the marketplace rejects it on NCE policy grounds, the agent is told to retry at the next renewal.
- Next renewal — the change is queued for the subscription’s renewal date. It suits additions you want aligned with billing anniversaries, and removals after the 7-day window.
Adding Seats: Waiting for the New Seat
Marketplaces accept the order asynchronously. Microsoft Graph usually shows the new seat within ~60–90 seconds, but rare cases take longer. For an immediate order the tool waits for the new seat to become visible in Microsoft before it returns, so the agent can usually assign the license straight away. The wait is up to 5 minutes in an automation and 20 seconds in a chat conversation, where someone is waiting for the agent’s reply. If the seat is still not visible when that wait ends, the tool returns successfully and tells the agent to wait a few more minutes and check again before assigning, or to hand off to a technician if the seat still doesn’t appear. A next-renewal order returns immediately, and the seat appears on the renewal date.Confirming the Marketplace Applied the Change
Whether Microsoft can assign a seat is a separate question from whether the marketplace record changed. One customer had the Microsoft side fulfil correctly while the Pax8 subscription disappeared from their portal. On Pax8, the agent reads the subscription back after the change and reports the seat count Pax8 holds. The read-back window is 90 seconds, and 30 seconds in a chat conversation. The read-back ends in one of two states:- Confirmed — Pax8 reports the seat count the agent asked for.
- Unconfirmed — the read-back did not show that seat count in the time available. The agent is told not to claim the change applied, and to ask a technician to check the portal rather than send the change again, because a repeat that does apply would change the seats twice.
When the Marketplace Refuses a Removal
- Pax8 committed minimum — Pax8 will not lower a subscription below the seat count committed for the current term. The agent is told how many seats, if any, can come off before the term ends, and not to retry. Often the answer is none until the renewal date.
- Sherweb at zero seats — when Sherweb refuses to take a subscription to zero seats, the agent relays Sherweb’s error and tells the technician to cancel the subscription in the Sherweb portal.
Busy Subscriptions
When Pax8 is still provisioning a prior change, it returnsHTTP 500 — Subscription being modified has executing provisioning actions. In an automation, Neo retries this error with backoff (60 / 90 / 120 seconds, up to ~4.5 minutes) before it gives up. Concurrent calls against the same Pax8 subscription are serialized at the Neo layer, so parallel onboarding workflows do not race.
A chat conversation does not wait any of that out. The two ways of giving up early read differently to the agent, because they leave the marketplace in different states:
- Another Neo run holds the subscription. Nothing was sent, so the agent is told the subscription is unchanged and that it can run the change again later. An automation waits up to 6 minutes for the other run; a chat conversation waits 10 seconds.
- Pax8 reports the subscription as still provisioning. The change did reach Pax8, and a provisioning rejection is not proof that Pax8 ignored it. The agent is told to read the seat count with List License Subscriptions before sending the change again.
Tool Dependencies
When you enable this tool, the following are automatically enabled:- List License Subscriptions — so the agent can find the subscription ID before it changes seats
- Request Technician Approval — when approval is enabled in settings
