Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

A valid user account with ResourceXpress will be required to use this API.
The user's Role will determine which APIs they are granted access to.

...

Code Block
languagejson
{
  'EmailId': '<your-rx-email-address>',
  'Password': '<your-rx-password>'
}

...

Example Response

Code Block
languagejson
{
  "UserId": <your-id>,
  "UserName": "<your-name>",
  "AuthToken": "9a841c01-****-****-****-4fd27be665c7",
  "BeaconUid": null,
  "TenantURL": "<your-server-address>",
  "ExpiresOn": "2022-04-06T12:52:27.526509+00:00",
  "ErrCode": "",
  "ErrDesc": "",
  "Response": true
}

...