Facilitates single sign-on for admin users by generating a URL which you can then redirect users from your application to and it will automatically log them into your admin area. If the supplied email does not exist as an admin user, one will be created - but by default they will not be assigned any roles. If the supplied email does exist, we will synchronize any other information passed to this endpoint with that user.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
Request body for requesting a secure admin user login URL.