> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# refreshUserAccessToken

> Refresh a user token using 'Basic <API_KEY>'.

Refresh a user token using 'Basic \<API\_KEY>'. The token will be associated with the user\_id and will have the specified scopes.

```graphql theme={null}
mutation {
  refreshUserAccessToken(
    refreshToken: String!
  ): RefreshUserAccessTokenResponse
}
```

## Arguments

<ParamField body="refreshToken" type="String!" required>
  The refreshToken issued to get a new access token.
</ParamField>

## Returns

[`RefreshUserAccessTokenResponse`](/api-reference/types/refresh-user-access-token-response) — Represents the response returned from the generateUserAccessToken mutation.
