Create a group
POST/groups
Creates a PPE group. Each entry in rules references a product by productId, which must exist in your organization (else 422). On success the ETag header carries the new record's version and Location points at the new resource.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 422
- 429
A newly created group
Response Headers
Current record version; send back as If-Match on update/delete.
URL of the newly created resource.
RFC 7807 problem
Missing/invalid/unknown/revoked API key. Note: returned by the gateway as {"message":"Unauthorized"}, NOT RFC 7807, and without X-Request-Id.
RFC 7807 problem
RFC 7807 problem
RFC 7807 problem
Rate limit exceeded for this organization/environment (tenantId#environment). Note: enforced by the API gateway, so the body is gateway-shaped ({"message":"Limit Exceeded"}), NOT RFC 7807, and without X-Request-Id.