REST API: Users

Methods


TypeVer.Command parameterParameters
Getters
GET3.3 getUsersTree
Example of success:

GET4.0b3+ getUserForm
Example of success:

GET4.0b3+ getUserDetails userId=<id>
Example of success:

GET4.0b3+ getUserTeams userId=<id>
Example of success:

GET4.1+ getUserProfile userId=<id>
Example of success:

See the details of all values for module rights and action rights
POST4.1+ getEncryptedPassword username=<username>
password=<clear password>
Example of success:

Setters
POST4.0b3+createUser parentFolderId=<id>
Content of the form with values
(see getUserForm)
must be passed in the request's body
as multi-part.
Example of success:

POST4.0b3+updateUserDetails Content of the form with values
(see getUserDetails)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.0b3+updateUserTeams userId=<id>
teamIds=<id, id, ...>
Example of success:

Example of failure:
POST4.1+setUserProfile userId=<id>
profileId=<id>
Example of success:

Example of failure:
POST4.0b3+moveUsers userIds=<id, id, ...>
destParentFolderId=<id>
Example of success:

POST4.0b3+deleteUsers userIds=<id, id, ...>
Example of success:

Example of failure: