Skip to main content

Create a policy group

POST 

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

x-public: "true"

Creates a policy group if it doesn't exist. Will use msspId from the auth token if available.

Request

Path Parameters

    mssp-id stringrequired

    the mssp the tenant group belongs to

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

Body

required
    name stringrequired

    Possible values: >= 3 characters and <= 63 characters

    Name of the policy group.

    policies string[]

    Policies assigned to this policy group.

Responses

Created

Response Headers
  • Location string

    The relative path to the created policy group

Schema
    id uuid
    name string

    Possible values: >= 3 characters and <= 63 characters

    policies string[]
Loading...