Is there a way to get the permission ID of a coda user?

We use coda to host content for our students and when someone leaves the program I’d like to automatically remove their access.

But deleting user’s requires the permission id, and I’m not sure how to grab that.

Thanks!

Yes!

I built the doc explorer pack for just this use case! Use the two elements of the pack below in combination to programmatically access sharing and revoking of access to documents

  • Doc Access Sync table (that returns the user emails and permission ids for everyone in a doc)
  • Revoke Access Button (that takes a permission ID from Doc Access sync table as a parameter)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.