v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

Refresh a access model

Refreshes the user's access model.

post/v3/users/{user_id}/authorization/refresh

Path parameters

user_idstring required

Unique User identifier

Response

OK

metersobject
creditsobject
granted_bundlesstring[]
user_statestring

Example response

{
  "delivered_entitlements": [
    {
      "id": "0123456789ABCD",
      "direct": true,
      "meteredBy": [],
      "creditedBy": []
    }
  ],
  "granted_bundles": [
    "e10a5ff3-fc63-47fb-af04-75c2ec3fdf1c"
  ],
  "jwt_bundles": [],
  "user_state": "registered"
}