# 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-v9/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](/polymesh-sdk-api-reference/docs-v9/interfaces/setpermissiongroupparams.md#group)

## Properties

### group

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

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


---

# Agent Instructions: 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-v9/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.
