post https://example.com/ums/v2/users/login
Login with credentials
Login with username and password, or username and otp.
- For PASSWORD credential type you must specify username and password
- For OTP credential type you must specify username and code
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
username | String | true | |
password | String | true | |
code | String | false |
This API is public.