† instance_account_exists ()
Definitively removed in API Version 2.8.1
DEPRECATED in API Version 2.7.19. Use account_exists () instead
Function prototype | instance_account_exists (account_ref, secret) |
---|---|
API Version | 2.5.25 until 2.7.18 |
Checks if the 'account_ref' provided is a valid login identifier (can be used to perform a session_init()) For security reasons, only authorised users who know the "secret" can call this function. The secret string is delivered by Linkcare only to authorised partners | |
Input parameters: |
|
Output parameters: |
|
Request sample: | instance_account_exists ( “kjsad9q734yhafsjk”, "loginid"); |
Response sample: |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<result>true</result>
<ErrorMsg></ErrorMsg>
<ErrorCode></ErrorCode>
|
Notes: |
|