- Introduction
- Authentication
- Miscellaneous
- User_rights
- Versioning
- Attachments
- Embedded Images
- Reports
- Custom Fields
- Search
- Discussion threads
- Folders
- Companies
- Categories
- User Profiles
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Test Attributes
- Tests
- Test case Parameters
- Test cases
- Testcases referencing reusable testcases
- Campaigns
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Summary (Pre-formatted HTML)
- Types
Methods
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 3.3 | getUsersTree | |
Example of success: |
|||
GET | 4.0b3+ | getUserForm | |
Example of success: | |||
GET | 4.0b3+ | getUserDetails | userId=<id> |
Example of success: |
|||
GET | 4.0b3+ | getUserTeams | userId=<id> |
Example of success: |
|||
GET | 4.1+ | getUserProfile | userId=<id> |
Example of success: See the details of all values for module rights and action rights |
|||
POST | 4.1+ | getEncryptedPassword | username=<username> password=<clear password> |
Example of success: |
|||
Setters | |||
POST | 4.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: |
|||
POST | 4.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: | |||
POST | 4.0b3+ | updateUserTeams | userId=<id> teamIds=<id, id, ...> |
Example of success: Example of failure: | |||
POST | 4.1+ | setUserProfile | userId=<id> profileId=<id> |
Example of success: Example of failure: | |||
POST | 4.0b3+ | moveUsers | userIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 4.0b3+ | deleteUsers | userIds=<id, id, ...> |
Example of success: Example of failure: |