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
This commit is contained in:
Gavin Cornwell
2010-10-06 08:26:41 +00:00
parent 143cf15cf4
commit dfd98a45fa

View File

@@ -10,6 +10,12 @@
<dt>lastName</dt> <dd>mandatory - the family name</dd> <dt>lastName</dt> <dd>mandatory - the family name</dd>
<dt>email</dt> <dd>mandatory - the email address </dd> <dt>email</dt> <dd>mandatory - the email address </dd>
<dt>password</dt> <dd>optional - the new user's password. If not specified then a value of "password" is used which should be changed as soon as possible.</dd> <dt>password</dt> <dd>optional - the new user's password. If not specified then a value of "password" is used which should be changed as soon as possible.</dd>
<dt>disableAccount</dt> <dd>optional - If present and set to "true" the user is created but their account will be disabled.</dd>
<dt>quota</dt> <dd>optional - Sets the quota size for the new user, in bytes.</dd>
<dt>groups</dt> <dd>optional - Array of group names to assign the new user to.</dd>
<dt>title</dt> <dd>optional - the title for the new user.</dd>
<dt>organisation</dt> <dd>optional - the organisation the new user belongs to.</dd>
<dt>jobtitle</dt> <dd>optional - the job title of the new user.</dd>
</dl> </dl>
]]></description> ]]></description>