Skip to content

Attaches every member of a suite (with its usage trackers) to the entitlement, skipping members already attached. Establishes governance when nothing governs yet; refused when the entitlement's governing suite is a different one.

POST
/api/v1/provision/admin/entitlements/{entitlementId}/suites/{suiteId}
curl --request POST \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/suites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0

If a plan is already assigned, it is restamped afterward so newly attached members land at the plan’s stamped values rather than raw catalog defaults.

entitlementId
required
string format: uuid

Target entitlement.

suiteId
required
string format: uuid

The suite to attach.

OK

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string