POST login
Generates a url that will log a user in automatically when navigated to. Valid for 5 minutes.
URL
Parameters
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.
400 - 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