From dfd98a45facf9e6799b39f8b9eeecc77633473f1 Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Wed, 6 Oct 2010 08:26:41 +0000 Subject: [PATCH] Fixed ALF-3797: REST API Documentation needs updating (for people POST API) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22903 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repository/person/people.post.desc.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.
]]>