Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Services
Back to Alfresco Content Management Web Services.
The administration web service.
Contains the user property values of a specific user.
Used to filter the results when getting users.
NOTE: additional filters may be added in the future
The user query results.
Contains the information used to create a new user.
Gets the details of the requested users. If no filter is provided all available users will be retrieved.
UserQueryResults queryUsers(UserFilter filter)
Parameters:
Returns:
Fetch the next batch of users from a user query.
UserQueryResults fetchMoreUsers(xsd:string querySession)
Parameters:
Returns:
Get the details of a user from their user name.
UserDetails getUser(xsd:string userName)
Parameters:
Return:
Create new users with the details provided.
UserDetails[] createUsers(NewUserDetails[] newUsers)
Parameters:
Return:
Updates the details of the specified users.
UserDetails[] updateUsers(UserDetails[] users)
Parameters:
Return:
Changes the password of the specified user.
void changePassword(xsd:string userName, xsd:string oldPassword, xsd:string newPassword)
Parameters:
Delete the specified users.
void deleteUsers(xsd:string userNames)
Parameters: