Create User Login Challenge
Last updated
Last updated
POST /auth/login/init
Starts a user login session, returning a challenge that will be used to verify the user's identity.
If the user has a credential of kind PasswordProtectedKey
a temporary one time code needs to be passed in the loginCode
field.
Request headers required. See Request Headers for more information.
Since this endpoint is not authenticated, the permissions apply to the application only.
Name | Conditions |
---|---|
See Common Errors for common errors.
See User Login Errors for user login errors.
Success - an object containing the user's authentication options
Format:
Auth:Users:Read
Always Required
username
*
String
Email address of the user
orgId
*
String
ID of the target Org
loginCode
String
Optional
OTP that the user received following Send Login Code