groupsPolicyInfo
Gets group policy info used for compliance.
Parameters
| Name | Type | Description |
|---|---|---|
| groupIds | ArrayNonEmptyIfConst | the ids of groups to get policy info for. |
Example
const { data: policyInfo } = await ClassicGroupsApi.groupsPolicyInfo({ groupIds: [5850082] }); Example Data
{ "5850082": { canViewGroup: true } } Endpoint
GET /v1/groups/policies