POST
/policies
curl \
--request POST 'https://identity.zerionsoftware.com/v1/policies?profile_id=self' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"description":"Demo group description","name":"demo_group","type":"no idea what this is","usedAs":"no idea what this is"}'
Request examples
{
"description": "Demo group description",
"name": "demo_group",
"type": "no idea what this is",
"usedAs": "no idea what this is"
}
Response examples (201)
[
{
"id": "7e72b386ac43d1414e59188d"
},
{
"id": "7e72b386ac43d1414e59188e"
}
]