---
title: UpdateAutoSignInTokenRequest
framework: automaticsigninapi
role: symbol
role_heading: Object
path: automaticsigninapi/updateautosignintokenrequest
---

# UpdateAutoSignInTokenRequest

The request body that contains the old sign-in token and the new sign-in token.

## Declaration

```data
object UpdateAutoSignInTokenRequest
```

## Properties

existingAutoSignInTokenValue: The sign-in token value that needs to be updated. newAutoSignInTokenValue: The new sign-in token value.

## Overview

Overview This is the request object for the Update Sign-In Token endpoint.

## See Also

### Token updates

- [Update Sign-In Token](automaticsigninapi/update-this-token-for-all-associated-users.md)
