Hi,
I want to write a C# plugin using which I could retrieve the access privileges of each and every entity for a logged in user. For example, for account entity, what all privileges(create, read, write, etc) he has along with the access levels(Global, Deep, Local, Basic, None).
Thanks.