diff --git a/cs3/identity/user/v1beta1/resources.proto b/cs3/identity/user/v1beta1/resources.proto index 2e12b916..e1959969 100644 --- a/cs3/identity/user/v1beta1/resources.proto +++ b/cs3/identity/user/v1beta1/resources.proto @@ -75,4 +75,6 @@ enum UserType { USER_TYPE_FEDERATED = 6; // A lightweight user account without access to various major functionalities. USER_TYPE_LIGHTWEIGHT = 7; + // A space owner to allow access for public link or content indexing. + USER_TYPE_SPACE_OWNER = 8; }