jquery - Check the SharePoint list item level permission using Rest Api -


as i'm using sharepoint list , need check user has permissions edit item or not , , has done using rest api. have tried in different ways using doesuserhavepermissions , getusereffectivepermission . didn't worked out.

can of suggest me best way that.

thanks in advance.

have updated manifest file app can have access user profiles , retrieve such information? if app not have permissions user profiles not user permissions.

your manifest should this: enter image description here

where assign @ least read user profiles app can permissions information sharepoint services.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -