Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Regenerating Private Studio API Key and Secret in v2019.2

pvd
7 - Meteor

Hi - Is there a way to regenerate Private Studio API Key and secret? from some admin page may be? Thanks in advance.

2 REPLIES 2
DiganP
Alteryx Alumni (Retired)

@pvd There's no native way to regenerate the API credentials. One way you can do (not supported) is to look inside the mongodb using Robo3T or the mongodb input tool. Take a look at the user collection > ApiKey and ApiSecret section. You can manually change it there! See below!

 

Mongodb.PNG

Digan
Alteryx
pvd
7 - Meteor

Thanks @DiganP