@everyone
I have an "admin" account that can create documents in a collection.
I would like the documents it creates (with document security enabled) to have full permissions to its own user (the admin), and read and delete permissions for another user that I specify (a service account style user).
When I try this I get an error that seems to suggest my admin user can only set permissions equal to: any, users, itself, itself(verified), users(verified), and team(that it is a member of).
Is there a setting I can enable on this account that allows it to perform these actions or am I best creating a function for this kind of functionality.
I am currently using the websdk