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.
Was this page helpful?