# Identity Group

Operations for managing identity groups.

## Update the Policy Set Association

 - [PUT /identityGroups/{id}/policySets/{policySetId}](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/updatepolicysetassociation.md): Associate a policy set with an identity group.

## Remove the Policy Set Association

 - [DELETE /identityGroups/{id}/policySets/{policySetId}](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/removepolicysetassociation.md): Remove the association between a policy set and an identity group.

## Update the MAC Registration Association

 - [PUT /identityGroups/{id}/macRegistrationPools/{poolId}](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/updatemacregistrationassociation.md): Associate a MAC registration pool with an identity group.

## Update the DPSK Pool Association

 - [PUT /identityGroups/{id}/dpskPools/{dpskPoolId}](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/updatedpskpoolassociation.md): Associate a DPSK pool with an identity group.

## Returns the Identity Groups

 - [GET /identityGroups](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/getgroups.md): Retrieve a paginated list of all identity groups for the tenant.

## Query the Identity Groups

 - [POST /identityGroups/query](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/searchgroups.md): Search and filter identity groups based on specified criteria.

## Export Identity Groups Into File

 - [POST /identityGroups/csvFile](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/exportgroupscsv.md): Export identity groups to a CSV file based on search criteria.

## Returns the Specific Identity Group

 - [GET /identityGroups/{id}](https://docs.ruckus.cloud/api/persona-0.0.2/identity-group/getgroupbyid.md): Retrieve detailed information about a specific identity group by its ID.

