Configurations
Get current User details
GET
https://[customer].testresults.io/api/users/current
Gets current User details
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Get Capabilities
GET
https://[customer].testresults.io/api/users/capabilities
Gets User's capabilities.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Change User's Password
PUT
https://[customer].testresults.io/api/users/:uId
Updates user's password.
Path Parameters
Name | Type | Description |
---|---|---|
uId | string | User ID |
Query Parameters
Name | Type | Description |
---|---|---|
OldPassword | string | Old password |
NewPassword | string | New password |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Last updated