v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBUsers
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
Example response
{
"delivered_entitlements": [
{
"id": "0123456789ABCD",
"direct": true,
"meteredBy": [],
"creditedBy": []
}
],
"granted_bundles": [
"e10a5ff3-fc63-47fb-af04-75c2ec3fdf1c"
],
"jwt_bundles": [],
"user_state": "registered"
}