Methods login Logs into SuiteCRM and returns a session id used for subsequent API calls.
Arguments Name Type Desc user_auth
array
Authentication details for the API User
user_auth[user_name]
string
The user name of the SuiteCRM user. Required.
user_auth[password]
string
The MD5 hash of the password for user_name. Required.
...