> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/setpermissiongroupparams.md).

# SetPermissionGroupParams

This procedure can be called with:

* A Security Token's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Token
* A Known Permission Group and a Security Token. The Identity will be assigned as an Agent of that Group for that Token
* A set of Transaction Permissions and a Security Token. A Custom Permission Group will be created for that Token with those permissions, and

  the Identity will be assigned as an Agent of that Group for that Token
* An array of [TxGroup](/polymesh-sdk-api-reference/docs-v10/enums/txgroup.md)s that represent a set of permissions. A Custom Permission Group will be created with those permissions, and

  the Identity will be assigned as an Agent of that Group for that Token

## Hierarchy

* **SetPermissionGroupParams**

## Index

### Properties

* [group](#group)

## Properties

### group

• **group**: [*KnownPermissionGroup*](/polymesh-sdk-api-reference/docs-v10/classes/knownpermissiongroup.md) *|* [*CustomPermissionGroup*](/polymesh-sdk-api-reference/docs-v10/classes/custompermissiongroup.md) *|* [*TransactionsParams*](/polymesh-sdk-api-reference/docs-v10/interfaces/transactionsparams.md) *|* [*TxGroupParams*](/polymesh-sdk-api-reference/docs-v10/interfaces/txgroupparams.md)

*Defined in* [*src/api/procedures/setPermissionGroup.ts:48*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/procedures/setPermissionGroup.ts#L48)


---

# 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:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/setpermissiongroupparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
