Send Login Code
By using POST /auth/login/code api, you can send a temporary one time code to the user that can be used during login.
- Authentication
- No authentication are required.
- Required Permissions
- No permissions are required.
- Parameters
-
- username: It is the username of the employee who is accessing the API.
- orgId: It is the ID of the organization.
- Request body
-
{ "username": "<string>", "orgId": "<string>" } - Response
- 200: Success