update user id
- 
 For testing purposes I want to re-create an account on my local instance of FusionAuth to match what's up in our staging enviornment. Is there a way to update the FA ID for a user? I'm trying to test a scenario with an integration that's passing back a userid from an integration 
- 
 Hiya, There is no way to update a user Id after the account has been created. However, you can always specify a valid UUID when creating a user (and, indeed, most other FusionAuth resources). Simply provide a valid UUID on the path of the POSTrequest.https://fusionauth.io/docs/v1/tech/apis/users#create-a-user has more. Based on what you shared, that should work. Let me know if there's nuance I missed. Thanks for using FusionAuth! Dan 
