You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi pspete,
While trying to change the authentication method of EPVUSER (external users) using Set-PASUser command, I am getting below error:
Invoke-PASRestMethod : [500] Update of the requested user property is not allowed for an external user.
At line:467 char:14
... $result = Invoke-PASRestMethod -Uri $URI -Method PUT -Body $Body -W ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: ({"ErrorCode":"I...xternal user."}:ErrorRecord) [Invoke-PASRestMethod], Excepti
on
FullyQualifiedErrorId : ITATS692E,Invoke-PASRestMethod
I am able to use all other psPAS commands seamlessly, they are so helpful! Not getting the cause of this failure.
How can I get it working?
Beta Was this translation helpful? Give feedback.
All reactions