Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Using TAC MetaServlet API, is there any way to remove project authorization for a user?
Thanks,
Srikanth.
Take a look here: https://help.talend.com/reader/LsWJdP1ud6X_WPmfVq_WGA/qb3gktum5_VLPZgzgmZf2A
I believe you want to look at "createAuthorization"
Using createAuthorization i had given ReadWrite access. Now i want to revoke it. How can i do that?
Providing Read access is the only solution?
Thanks,
Srikanth.
Have you tried leaving the access type blank? That would be the first thing I would try. If that doesn't work then a change request is required. Alternatively I guess you could remove the user and re-add them....a pain but it should work.
Thanks for reply.
As per the API, allowed values are
[ReadWrite, ReadOnly]
So, didn't thought of trying with blank space. Will try that and update.
Thanks,
Srikanth.
Hi @haisrig, did this work?
No. Getting error "No Type Found".
Thanks,
Srikanth.
That's a shame. The only other way I can think of would be to remove and re-add the user....but I imagine that would be too much of a headache. Since you have the Enterprise Edition, I would raise a call with Support. This functionality needs to be available. Good luck 🙂
Hi Haisrig,
In API give "ReadOnly" value . It will automatically change permission from ReadWrite to ReadOnly.