# MAC Registration

Operations for managing MAC address registrations within registration pools. MAC registrations allow devices to be authenticated and granted network access based on their MAC address.

## Search MAC Registrations by Criteria

 - [POST /macRegistrationPools/{poolId}/registrations/query](https://docs.ruckus.cloud/api/mac-registration-0.0.1/mac-registration/searchregistrations.md): Search the MAC registrations by the criteria.

## List MAC Registrations in Pool

 - [GET /macRegistrationPools/{poolId}/registrations](https://docs.ruckus.cloud/api/mac-registration-0.0.1/mac-registration/listallregistrations.md): List the MAC registrations in the registration pool.

## Returns the Specific MAC Registration

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

