#Documentation missing

6 messages · Page 1 of 1 (latest)

night zephyr
#

Documentation for server sdks of permissions are missing on site.
I was looking for permissions example regarding python server sdk but couldn't find.

timber mountain
vernal parcel
night zephyr
#

Actually i was creating different permissions for different users.
I solved this. But there is something more to i think ... In next message

#

When creating permissions user param takes only userId at a time, and was trying to create permissions for group of userIds and for this I have pass every time as
permissions=[Permissions.create(role="user:user1id"),Permissions.create(role="user:user1id")]
This means that to add creat permission for all users I have to the same process.
My suggestion was why not we should pass Permissions.create(role="users:user1id,user2id...usernid")

vernal parcel