Skip to main content

Get the details of all existing policy groups

GET 

/api/v1/mssp/:mssp-id/policy-group

x-public: "true"

Returns the details of all existing policy groups. Will use msspId from the auth token if available.

Request

Path Parameters

    mssp-id stringrequired

    the mssp the policy group belongs to

    Example: e91b486a-e139-4d3b-a9dd-959fd5cffb10

Query Parameters

    next_page_token string

    pagination token to continue a previous query

Responses

OK

Schema
    value object[]
  • Array [
  • id uuid
    name string
    policyCount int32
    tenantGroupCount int32
  • ]
  • nextPageToken string
Loading...