App Entitlement Collection REST Endpoints

Apps/App Entitlement Collection
Use this endpoint to manage collections of entitlements from Apps. An administrator can grant an AppEntitlementCollection as a single gesture that causes the grantee to receive every entitlement in that collection. This REST API is SCIM-compliant.

Added In Release: 18.2.4
Create an App Entitlement Collection
Method: post
Path: /admin/v1/AppEntitlementCollections
Get an App Entitlement Collection
Method: get
Path: /admin/v1/AppEntitlementCollections/{id}
HTTP Options
Method: options
Path: /admin/v1/AppEntitlementCollections
Remove an App Entitlement Collection
Method: delete
Path: /admin/v1/AppEntitlementCollections/{id}
Replace an App Entitlement Collection
Method: put
Path: /admin/v1/AppEntitlementCollections/{id}
Search App Entitlement Collections
Method: get
Path: /admin/v1/AppEntitlementCollections
Search App Entitlement Collections Using POST
Method: post
Path: /admin/v1/AppEntitlementCollections/.search
Update an App Entitlement Collection
Method: patch
Path: /admin/v1/AppEntitlementCollections/{id}