> For the complete documentation index, see [llms.txt](https://docs.omnidesk.io/omnidesk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnidesk.io/omnidesk/users.md).

# Users

## Refresh tab

<mark style="color:green;">`POST`</mark> `https://account.omnidesk.com/api/v2/user/refreshTab`

This endpoint allows you to invoke a refresh on an open tab in the browser of a user

#### Path Parameters

| Name  | Type   | Description                                 |
| ----- | ------ | ------------------------------------------- |
| tabID | string | can be a ticket id or tab name like "users" |

{% tabs %}
{% tab title="200 " %}

```javascript
{"type": "result", "message": "Tab refresh invoked."}
```

{% endtab %}
{% endtabs %}
