Create User Login Challenge
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.
Required Permissions
Since this endpoint is not authenticated, the permissions apply to the application only.
Name
Conditions
Auth:Users:Read
Always Required
Request body
username
*
String
Email address of the user
orgId
*
String
ID of the target Org
loginCode
String
Example
Responses
See Common Errors for common errors.
See User Login Errors for user login errors.
Success - an object containing the user's authentication options
Format:
Example
Last updated