diff --git a/src/service/scope-manager/scopes.json b/src/service/scope-manager/scopes.json index ea6db911..c249a634 100644 --- a/src/service/scope-manager/scopes.json +++ b/src/service/scope-manager/scopes.json @@ -304,6 +304,11 @@ "description": "View the profile information of user accounts in the system.", "parent": "admin:profile:all" }, + { + "name": "admin:profile:search", + "description": "Search for people in the system.", + "parent": "admin:profile:all" + }, { "name": "admin:profile:write", "description": "Edit your profile information of user accounts in the system.",