GET v6/user/login/settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LoginSettingModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| PasswordStatus | string |
None. |
|
| TermsAccepted | boolean |
None. |
|
| TermsURL | string |
None. |
|
| UseMFA | boolean |
None. |
|
| PhoneNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"passwordStatus": "sample string 1",
"termsAccepted": true,
"termsURL": "sample string 3",
"useMFA": true,
"phoneNumber": "sample string 5"
}