---
title: "CreateGroupPolicy creates a new group policy using given DecisionPolicy."
method: POST
path: "/cosmos.group.v1.Msg/CreateGroupPolicy"
tags: ["Msg"]
---

# CreateGroupPolicy creates a new group policy using given DecisionPolicy.

`POST /cosmos.group.v1.Msg/CreateGroupPolicy`

## Request body

- CosmosGroupV1MsgCreateGroupPolicy — MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
  - `admin` string — admin is the account address of the group admin.
  - `decision_policy` GoogleProtobufAny
    - `@type` string
  - `group_id` string, uint64 — group_id is the unique ID of the group.
  - `metadata` string — metadata is any arbitrary metadata attached to the group policy.

## Response `200`

A successful response.

- CosmosGroupV1MsgCreateGroupPolicyResponse — MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type.
  - `address` string — address is the account address of the newly created group policy.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added
- **2024-05-15** `41fb8b09e244` — 1 breaking
  - api path removed without deprecation
- **2024-04-05** `f64b957aa2be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.group.v1.Msg/CreateGroupPolicy/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/21c607e4fa20/schema)
