Maintenance(Users and Groups) - aegif/NemakiWare GitHub Wiki
English/日本語
Users and groups are exposed cmis:item, whose object type is respectively nemaki:user and nemaki:group.
Of course you can define a subtype of either nemaki:user or nemaki:group, adding some property definitions.
Existing User and Group entity are automatically converted to cmis:item by Patch system, which are also introduced from ver.2.4.
For the moment User/Group REST APIs works as before. These APIs output User/Group with the same JSON format as before by converting cmis:item-ized user/group.
- User password is not exposed as CMIS property.
It means when you create a user item its password remains blank.
You MUST set/change it by REST API. - TWD: Get list of users/groups
- TWD: Get user/group by userId/groupId
REST API
PUT http://<host>:<port>/rest/repo/<repositoryId>/user/changePassword
FormData
oldPassword: xxxxx
newPassword: yyyyy