Hello! I have followed basic setup instructions. I have copied the files into my correct path, imported okta module into my session and I can successfully view data on a user by running: oktaGetUserbyID -oOrg prod -uid username@domain.com
When I attempt to deactivate this user: oktaDeactivateUserbyID -oOrg prod -uid username@domain.com I get the following error:
oktaDeactivateUserbyID : Cannot validate argument on parameter 'uid'. The character length of the 27 argument is too long. Shorten the character length of the argument so it is fewer than or equal to "20" characters, and then try the command again.
Any thoughts would be appreciated.
Thank you