The following table describes the roles and privileges of the Lists microservice:

RolePrivilege Group /PrivilegeDescription
ROLE_LIST_ADMINlist/admin/allAbility to perform all operations based on the given privileges as in the privilege group list/admin/all.
ROLE_GUESTlist/reguser/allAbility to perform all operations based on the given privileges as in the privilege group list/reguser/all.
ROLE_REG_USERlist/guest/allAbility to perform all operations based on the given privileges as in the privilege group list/guest/all.

The following table describes the privilege group and privileges of the Lists microservice:

Privilege GroupPrivilegeDescription
list/admin/alllist/delete/listAbility to delete a list, which is created by a user.
list/create/listAbility to create a list for the specified user.
list/update/collectionAbility to update a collection.
list/view/collectionAbility to view a collection.
list/manage/collectionAbility to manage a collection.
list/delete/collectionAbility to delete a collection.
list/view/listAbility to view a list, which is created by a user.
list/update/listAbility to update a list, which is created by a user.
list/manage/listAbility to manage a list, which is created by a user.
list/create/collectionAbility to create a collection.
list/reguser/alllist/delete/listAbility to delete a list, which is created by self.
list/create/listAllow create a list for self.
list/view/listAbility to view a list, which is created by self.
list/update/listAbility to update a list, which is created by self.
list/manage/listAbility to manage a list, which is created by self.
list/guest/alllist/delete/listAbility to delete a list, which is created by self.
list/create/listAllow create a list for self.
list/view/listAbility to view a list, which is created by self.
list/update/listAbility to update a list, which is created by self.
list/manage/listAbility to manage a list, which is created by self.




Revision History
2023-01-17 | AN – Updated content for 8.13 release.
2019-09-30 | AM – Content uploaded.