Forum Discussion
gautamj
2 years agoNew Member
REST API - Remove User Access Not Working
I want to revoke user access to a dataset using REST APIs. According to the documentation, I can use this API endpoint with `datasetUserAccessRight: None` to remove all the dataset permissions of the...
- 2 years ago
SOLUTION: There was a link configured for the dataset that allowed Read access to everyone in the organization. Thus, even though I revoked the permission individually for the user, they were still able to view because of the link. Removing the global read access link solved the issue.
aj1973
2 years agoCommunity Champion
Hi gautamj
Are you the Dataset owner? Do you have all rights on the folder of the dataset? Please read the limitations of the API you might fall into one of them
gautamj
2 years agoNew Member
I've updated my post. I am able to remove the user permissions, but it looks like the user still has access to the dataset.