SendAccessLink
Sends the personal access link to a user via email. If the mobile phone number is set for the user, a text message is also sent. This API call is limited to 5 requests per target user and day.
https://my.portatour.net/a/api/SendAccessLink?parameters
|
Required URL parameters | |
userEmail, employeeNumber | Email address or employee number of the user who should receive their access link. Exactly one must be specified. |
---|
curl -o result.txt -u admin_username:admin_password
"https://my.portatour.net/a/api/SendAccessLink?userEmail=bob@example.com"
|