Evaluate Entitlement Selection
Evaluate the exact cohort impact of an entitlement cutoff and manual overrides. The analysis determines the eligible entitlements and cohort definition.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
Custom analysis whose cohort and entitlement results define the selection.
Body
EvaluateEntitlementSelectionRequest selects analyzed entitlements using an inclusive coverage cutoff plus optional manual overrides.
Analyzed entitlements to exclude when they meet the cutoff.
Analyzed entitlements to include even when they fall below the cutoff.
Whether to return profile attribute facets for exact holders.
Inclusive minimum entitlement coverage in basis points, where 8000 is 80%.
Response
EvaluateEntitlementSelectionResponse contains the exact impact of the resolved entitlement selection.
EvaluateEntitlementSelectionResponse contains the exact impact of the resolved entitlement selection.
Profile attribute facets narrowed to users who hold every selected entitlement.
Number of entitlements in the resolved selection.
Exact number of cohort users who hold every selected entitlement.