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
Added In Release: 18.2.4
- Create an App Entitlement Collection
- Method: postPath:
/admin/v1/AppEntitlementCollections - Get an App Entitlement Collection
- Method: getPath:
/admin/v1/AppEntitlementCollections/{id} - HTTP Options
- Method:Path:
/admin/v1/AppEntitlementCollections - Remove an App Entitlement Collection
- Method: deletePath:
/admin/v1/AppEntitlementCollections/{id} - Replace an App Entitlement Collection
- Method: putPath:
/admin/v1/AppEntitlementCollections/{id} - Search App Entitlement Collections
- Method: getPath:
/admin/v1/AppEntitlementCollections - Search App Entitlement Collections Using POST
- Method: postPath:
/admin/v1/AppEntitlementCollections/.search - Update an App Entitlement Collection
- Method: patchPath:
/admin/v1/AppEntitlementCollections/{id}