---
title: "Refresh a access model"
method: POST
path: "/v3/users/{user_id}/authorization/refresh"
tags: ["Users"]
---

# Refresh a access model

`POST /v3/users/{user_id}/authorization/refresh`

Refreshes the user's access model.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- AccessModel
  - `meters` object
  - `credits` object
  - `delivered_entitlements` DeliveredEntitlement[]
    - `id` string
    - `direct` boolean
    - `meteredBy` string[]
    - `creditedBy` string[]
  - `granted_bundles` string[]
  - `jwt_bundles` array[]
    - string[]
  - `user_state` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
