citrix / ShareFile-NET

C# library for accessing ShareFile V3 API
MIT License
36 stars 26 forks source link

Client Password changes fail even from Admin account #43

Open pduer opened 3 years ago

pduer commented 3 years ago

I'm trying to change a Client User's password using an admin account, I get the following error every time:

"code": "Forbidden",

... "value": "Could not reset password. You do not have the permission to perform this action." "reason": "NotAuthorized"

I know the account I authorized with OAUTH2 is an Admin. But is there a role or something missing?