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.

GET
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.
Example usage with curl
curl -o result.txt -u admin_username:admin_password "https://my.portatour.net/a/api/SendAccessLink?userEmail=bob@example.com"
Refreshing offline data
Loading...