Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TAC Metaservlet API to remove project authorization

Using TAC MetaServlet API, is there any way to remove project authorization for a user?

 

Thanks,

Srikanth.

Labels (3)
8 Replies
Anonymous
Not applicable
Author

Take a look here: https://help.talend.com/reader/LsWJdP1ud6X_WPmfVq_WGA/qb3gktum5_VLPZgzgmZf2A

 

I believe you want to look at "createAuthorization"

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

Hi @haisrig, did this work?

Anonymous
Not applicable
Author

No. Getting error "No Type Found".

Thanks,

Srikanth.

Anonymous
Not applicable
Author

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 🙂

Anonymous
Not applicable
Author

Hi Haisrig,

 

In API give "ReadOnly" value . It will automatically change permission from ReadWrite to ReadOnly.