- Url
- /V2.0/services/authentication/login
- HTTP Method
POST
- Description
- Login to the API
- Parameters
-
Name Type Description userName string The user name to authenticate with password string The password loginOptions loginOptions Additional information required during the login process - Result
Name Type Description sessionId string A unique ID representing the current session userId string The unique ID of the current user. Can be used to retrieve additional information about the current user organizationId string The unique ID of the current organization. Can be used to retrieve additional information about the current organization licenseType licenseType Indicates which license the current user is assigned In case of failure an error object will be returned
* indicates required fields