_loginCreate
Create a login URL for the Customer.
Parameters
id
The ID of the Customer.
Example
FM_api('Customer_loginCreate', ['id' => '1']);
Result
On Success
{'ok':1}
On Failure
If the user is not logged in:
{'error':'not logged in'}
Last updated