Login
Overview
The Login method allows a user to authenticate with the system and obtain an Authentication token to be used in subsequent calls.
Consider switching to API tokens instead.
Returns
Authentication token to be used in the header of subsequent calls.
Request
Name | Type | Description |
---|---|---|
emailAddress | String | The user’s email address. |
password | String | The password for that user. |
environment | String | The Key for the Environment. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | String | Operation result. |