🟒POST login/autostart

Generates a url that will log a user in automatically when navigated to. Valid for 5 minutes.

URL

POST https://training.tapintosafety.com.au/api/v2/login/autostart

Parameters

Query Parameters

Name
Type
Description

userIdentifier*

string

The identifier of the user to generate the login URL for. Can be the users email or Id.

courseId*

string

The ID of the course that should be started automatically. This must be formatted as a full and valid GUID, and a course with the given ID must exist.

* required

Responses

JSON is not returned for this response. Instead, the body will be the URL to pass to the user.

Last updated