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>18164563-1e99-46c5-a2d8-6d63889adef4</Site> <Token>sample string 2</Token> <UserName>sample string 3</UserName> </AuthToken>
{ "Site": "18164563-1e99-46c5-a2d8-6d63889adef4", "Token": "sample string 2", "UserName": "sample string 3" }