POST XMLAccess
Create temporary login token for existing user. If a matching user is not found one will be created using the provided xml information.
Header Information
Required Headers
Authorization-Key; PlainText;Remarks
Additional Information
Requires HTTPSRequest Information
Parameters
Name | Description | Additional information |
---|---|---|
request | XML document provided in the request body of the call. Please contact CD2 for expected XML format. |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "LoginGUID": "Temp login token (GUID) to allow user login into the site", "FullLoginURL": "Full URL to log user into the site", "ValidUntilUTC": "Expiration Date/Time of login token" }
application/xml, text/xml
Sample:
<AccessResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <FullLoginURL>Full URL to log user into the site</FullLoginURL> <LoginGUID>Temp login token (GUID) to allow user login into the site</LoginGUID> <ValidUntilUTC>Expiration Date/Time of login token</ValidUntilUTC> </AccessResponse>