Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

REST parameterdata typedescription
spAccountLoginNamestringSurePassId account login name
spAccountLoginKeystringSurePassId account login key
usernamestringuser account login name
typestringvalidate_u2f_user
pwstringUser account login password. If the server is setup to use Active Directory the user will be authenticated using AD.

 

Code Block
languagejs
titleSample REST/Json Method
 {
  "username": "Mandy",
  "spAccountLoginName": "accountLogin",
  "spAccountLoginKey": "accountKey",
  "type": "validate_u2f_user",
  "pw": "user password"
}

...