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

{
  "Email": "andriy.bardakov@progile.ch",
  "UsagePermission": "Login, Read, Write, Execute, Accept, Reject, UserSettings, UserManagement, Automation, ClaimManagement, CustomerManagement, AccessSecrets, Invoicing, ExecutionTimes",
  "Features": "SoftVerification, Onboarding, TC_DESIGN,PrintInvoice, SoftVerification, InvoicePDF, Onboarding, ProjectDashboard",
  "DisplayName": "Andriy Bardakov",
  "Password": null,
  "PreviousLogin": "2019-05-03T08:57:05.1833333Z",
  "LastLogin": "2019-05-04T12:11:46.0033333Z",
  "Profile": {
    "Language": "en-en",
    "DateFormat": "ddMMyyyy",
    "TimeFormat": "hhmm"
  },
  "UserGroup": null,
  "DataVersion": "AAAAAAAzlhA=",
  "Archived": false,
  "Id": "a32f8c5c-e99d-43af-beb2-a7a988b45496"
}

Get Capabilities

GET https://[customer].testresults.io/api/users/capabilities

Gets User's capabilities.

Headers

Name
Type
Description

Authentication

string

Authentication token

{
  "SystemProjectId": "00000000-0000-0000-0000-000000000000",
  "CurrentCustomerId": "00000000-0000-0000-0000-000000000010",
  "AvailableCustomerIds": {
    "00000000-0000-0000-0000-000000000010": "Test & Demo GmbH"
  },
  "TargetGroups": {
    "TestResults.io cloud": "azure",
    "Development (Oleg)": "oleglocal",
    "Dummy": "dummyProbe",
    "Stage Box": "b8aeed7fa02a"
  }
}

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

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}

Last updated