Logs a user into connections online.
None.
User name and password must be sent into this object.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
UserName
string
Required
User Name of the user who is being logged in. |
|
Password
string
Required
Password of the user who is being logged in. |
<LoginParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <UserName>sample string 1</UserName> <Password>sample string 2</Password> </LoginParameter>
{
"UserName": "sample string 1",
"Password": "sample string 2"
}
| Site globally unique identifier |
| Token string |
| UserName string |
<AuthToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connections.Common.Model"> <Site>087ad975-7f62-4e94-8209-3f75ee93c9dc</Site> <Token>sample string 2</Token> <UserName>sample string 3</UserName> </AuthToken>
{
"Site": "087ad975-7f62-4e94-8209-3f75ee93c9dc",
"Token": "sample string 2",
"UserName": "sample string 3"
}