---
title: "Gets group policy info used for compliance."
method: POST
path: "/v1/groups/policies"
tags: ["Groups"]
---

# Gets group policy info used for compliance.

`POST /v1/groups/policies`

## Request body

- RobloxGroupsApiGroupPolicyRequest
  - `groupIds` integer[]

## Response `200`

OK

- RobloxGroupsApiGroupPoliciesResponse
  - `groups` RobloxGroupsApiGroupPolicyResponse[]
    - `canViewGroup` boolean
    - `groupId` integer

## Other responses

- `400` — 1: Too many ids in request. 2: Ids could not be parsed from request.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/e15802062270/schema)
