Why do we need the ignore_permissions parameters? My understanding is that when passed the user recieves a response in read mode, i.e. he sees the permissions no matter what, and without ignore_permissions he only sees what he is allowed to modify.
Does that make sense? Should the parameter have a different name?
Why do we need the ignore_permissions parameters? My understanding is that when passed the user recieves a response in
readmode, i.e. he sees the permissions no matter what, and withoutignore_permissionshe only sees what he is allowed to modify.Does that make sense? Should the parameter have a different name?