Forum Discussion

gautamj's avatar
gautamj
New Member
2 years ago
Solved

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...
  • gautamj's avatar
    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.