HomeEvent PluginAPI Callsapi/PluginSubmitLoginToken - Submit Login Token

1.2. api/PluginSubmitLoginToken - Submit Login Token

This API call is used to log in a user with a uid and a login token.

 


 

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
uid Contact’s uid to be updated. String – Max 50 chars
LoginTokenVal Should be obtained as a querystring value on your page (sent as part of login token email) and denotes login token. This value is required and cannot be an empty string. String
LoginTokenID Should be obtained as a querystring value on your page (sent as part of login token email) and denotes whether the link is still active. This value is required and cannot be an empty string. String
API Key    

 


 

Return Response

The API call ResponseMessage will return the following fields of data.

Field Field Help
uid The contact’s uid.
EmailAddress The contact’s email address.
FirstName The contact’s first name.
LastName The contact’s last name.
KnownAs What the contact is known by.
Company The primary record/company that the contact is associated with.
WebAdmin Whether the contact is a website administrator.
UserStatus The membership status of the company the contact is associated with.

This page was: Helpful | Not Helpful