🟢POST login

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

If a user has joined more than one organisation they will not be able to switch until logging out and logging back in using the standard login screen.

URL

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

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.

* required

Responses

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

Last updated