> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/memberships/corporate-memberships.md).

# Corporate Memberships

## How Does a Corporate Membership Work?

A Corporate Membership is a hidden Group Membership that an Admin assigns to employees of a partner business, billed to a single card instead of each employee paying individually.

### Details

It's built using the Group Membership feature: a Membership hidden from the public Membership page, which an Admin assigns to multiple Customer Profiles from the Dashboard. One card, either the partner business's House Account or a designated point person's, is charged for the whole group.

Pricing is manual, not dynamic. Adding employees to the Membership doesn't automatically raise its price. Admins typically negotiate tiered pricing with the partner up front (e.g., $300 for up to 10 people, $500 for up to 20) and manually increase the price once headcount crosses an agreed threshold.

A Group Membership can have a cap on the number of people, similar to a Family Membership, but an Admin can always override the cap and add more people manually. There's no built-in feature for rotating a fixed number of slots among a larger group of employees.

Booking Horizon can be customized for a Corporate Membership. Concurrent Reservation and Open Play limits cannot be restricted specifically for one, since a large group sharing a single pool would overload it.

For partnerships that already paid outside PodPlay, a Corporate Membership can also grant a block of Play Passes (e.g., court-rental hours) directly to a point person instead of billing through PodPlay.

For one-time payments, PodPlay supports a Non-recurring Membership type, valid for a set number of days from purchase. One limitation: a Non-recurring Membership sends the point person to the general available-memberships page rather than the Membership's own signup page, so they can't add teammates themselves — an Admin has to add each employee manually from a list.

### Related Articles

* [Group Membership](https://help.podplay.app/en/articles/3577409)
* [Local Business Partner](https://docs.podplay.app/marketing/local-business-partner)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/memberships/corporate-memberships.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
