Updates to Access Requests API

Here are the planned API endpoints for Entitlements to be released at the end of this quarter:

  • GET /entitlements - list all entitlements
  • GET /entitlements/{id} - get details of a single entitlement
  • GET /entitlements/{id}/parents - get the parents of an entitlement
  • GET /entitlements/{id}/children - get the children of an entitlement
  • POST /entitlements/bulk-update - perform updates on one or more entitlements. Only privileged and requestable attributes supported at this time
  • PATCH /entitlements/{id} - update a single entitlement. privileged, requestable, and segments attributes supported at this time.