# Registration Pool

Operations for managing registration pools. Registration pools are containers that hold MAC address registrations and define access policies for devices.

## Change Policy Set for Pool

 - [PUT /macRegistrationPools/{id}/policySets/{policySetId}](https://docs.ruckus.cloud/api/mac-registration-0.0.1/registration-pool/macpoolupdatepolicysetid.md): Update the policy set id for the registration pool.

## Remove Policy Set from Pool

 - [DELETE /macRegistrationPools/{id}/policySets/{policySetId}](https://docs.ruckus.cloud/api/mac-registration-0.0.1/registration-pool/macpoolremovepolicysetid.md): Remove the policy set id from the registration pool.

## Search Registration Pools by Criteria

 - [POST /macRegistrationPools/query](https://docs.ruckus.cloud/api/mac-registration-0.0.1/registration-pool/searchpools.md): Search the registration pools by the criteria.

## List Registration Pools

 - [GET /macRegistrationPools](https://docs.ruckus.cloud/api/mac-registration-0.0.1/registration-pool/listallpools.md): List the registration pools.

## Returns the Specific Registration Pool

 - [GET /macRegistrationPools/{id}](https://docs.ruckus.cloud/api/mac-registration-0.0.1/registration-pool/getpoolbyid.md): Return the specific registration pool.

