π’POST login
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/loginParameters
curl https://training.tapintosafety.com.au/api/v2/login \
-X POST \
-G -d "[email protected]" \
-H "Authorization: Bearer $APIKey" \
-H "Content-Length: 0"Responses
200 - OK
A URL to pass to the user being logged in.
JSON is not returned for this response. Instead, the body will be the URL to pass to the user.
https://training.tapintosafety.com.au/account/login?token=sampleToken&userId=00000000-0000-0000-0000-000000000000&orgId=00000000-0000-0000-0000-000000000000400 - Bad Request
Error Code: INVALID_MODEL
userIdentifier has not been specified.
400 - Bad Request
Error Code: USER_NOT_FOUND
A user could not be found with the specified userIdentifier
400 - Bad Request
Error Code: USER_LOCKOUT
The user specified is currently locked out of the organisations training.
Last updated