Regenerate Personal Access Token HTTP MethodURLRequires AuthPOST/api/v1/users.regeneratePersonalAccessTokenyes {% hint style="info" %} Permission required: create-personal-access-tokens This endpoint required 2FA. Refer to #call-an-endpoint-with-2fa {% endhint %} Body Parameters KeyExample ValueDescriptiontokenName*mypersonaltokenThe name of the token. Example Call curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \ -H "X-User-Id: aobEdbYhXfu5hkeqG" \ -H "Content-type:application/json" \ http://localhost:3000/api/v1/users.regeneratePersonalAccessToken \ -d '{ "tokenName": "mypersonaltoken" }' Example Response { "token": "sSfSoNW8Pb7S8BHEz3uJXYRM3__ML9GxPY1PxGzqAcn", "success": true } Change Log VersionDescription0.69.0Added