Skip to main content

Get the details of an existing policy group

GET 

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

x-public: "true"

Returns the details of an existing policy group. Will use msspId from the auth token if available.

Request

Path Parameters

    pg-id uuidrequired

    the id of the policy group

    Example: 34e2e197-f172-4a04-93a4-39b1532648ab
    mssp-id stringrequired

    the mssp the policy group belongs to

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

Responses

OK

Schema
    id uuid
    name string
    policies string[]
    tenantGroups object[]
  • Array [
  • id uuid
    tenantGroupId uuid
    tenantGroupName string
    tenantCount int32
  • ]
Loading...