Get User Id of Deactivated User? .NET SDK

Hello,

I am currently working on a program using the Okta .NET SDK that de-activates a user, changes their hashed password, and then re-activates them. I am attempting to call UpdateUserAsync which takes in the user’s Id to update their password. This throws an error because after deactivating the user, the program can no longer find the resource that the Id is pointing to. I am getting the same error when trying to call GetUserAsync on a deactivated user. Is there a way to get a user that has been deactivated? Do deactivated users still have a user Id?