SharePoint Tutorial -- Custom Permission Levels

SharePoint Permission levels are basically the rights or authority a user is assigned to or given to perform some specific action or task in the SharePoint application site or list items.


There are some default permission levels in the SharePoint for users, like a user having:
  1. Read permission (Can view pages and list items and download documents) 
  2. Contribute permission (can view, add, update, and delete list item and documents) 
  3. Design permission (can view, add, update, delete, approve and customize) 
  4. Full control

Now, sometimes, we have a requirement when we want the users who can view, add, and update but cannot delete any data from the list. At that time, we cannot use the default contributor user. So, these are some of the scenarios where the Custom permission levels come into the picture. Now, we will see how we can create custom permission levels in SharePoint.

Note

First of all, let's make sure that we have got the admin privileges for our site collection so that we can create custom permission. Below are the steps.

  1. Login to your site collection.
  2. Go to site settings > Site Permission 
  3. Click on Permission level (refer below image)

    SharePoint

  4. Give a name to your Permission Level and then select the permission you want for this level. (Ex- Add Item, Edit Item and so on...)

    SharePoint  

  5. Once you click on the Create button, it will be added to the list of all the permissions.

  6. Now, you need to create a group (refer to the below image) and select your custom permission level.

    SharePoint  

    SharePoint

  7. Now, add users to your new groups (These users will have your Custom Permissions).