Settling entitlements
Entitlements for the newly created applications are updated.
The field
birthRightAccess is set to "true" or
"false" based on the value provided for All users are entitled to this
application.The documentation for this API can be found at:
https://<subscription
hostname>/developer/explorer/#!/Application_Access/updateEntitlementsRequest-
POST https://<subscription hostname>/appaccess/v1.0/owner/applications/<application id>/entitlements Authorization: Bearer <api access token> Content-type: application/json Accept: application/json { "additions": [], "deletions": [], "birthRightAccess": "<all users are entitled to this application>" } Response-
200 OK <headers>