Create Login Code
By using POST /auth/login/init api, you can start the login session, returning a challenge to verify your identity.
- Authentication
- No authentication are required.
- Required Permissions
- No permissions are required.
- Parameters
-
- orgId
- username
- loginCode
- Request body
-
{ "username": "<string>", "orgId": "<string>" } - Response
- 200: Success