cURL
curl --request PUT \ --url https://{tenant}/api/users/{userId}/actions/key/reset \ --header 'Authorization: Bearer <token>'
{ "Message": "User session renewed", "Meta": null, "Status": "OK" }
Reset specified user’s Dashboard API access credentials by generating a new access key for the specified user.
The Tyk Dashboard API Access Credentials
User ID of the user whose key you want to reset.
New access key generated.
Was this page helpful?