diff --git a/config/alfresco/templates/webscripts/org/alfresco/repository/person/people.post.desc.xml b/config/alfresco/templates/webscripts/org/alfresco/repository/person/people.post.desc.xml index 957cf95da7..ffdcfea924 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/repository/person/people.post.desc.xml +++ b/config/alfresco/templates/webscripts/org/alfresco/repository/person/people.post.desc.xml @@ -9,7 +9,13 @@
firstName
mandatory - the given Name
lastName
mandatory - the family name
email
mandatory - the email address
-
password
optional - the new user's password. If not specified then a value of "password" is used which should be changed as soon as possible.
+
password
optional - the new user's password. If not specified then a value of "password" is used which should be changed as soon as possible.
+
disableAccount
optional - If present and set to "true" the user is created but their account will be disabled.
+
quota
optional - Sets the quota size for the new user, in bytes.
+
groups
optional - Array of group names to assign the new user to.
+
title
optional - the title for the new user.
+
organisation
optional - the organisation the new user belongs to.
+
jobtitle
optional - the job title of the new user.
]]>