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.
Auth:Users:Read
Always Required
username
*
String
Email address of the user
orgId
*
String
ID of the target Org
loginCode
String
Success - an object containing the user's authentication options
Format:
Optional
OTP that the user received following
See for common errors.
See for user login errors.