Versions Compared

Key

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

...

WCF parameterdata typedescription
authServerPartnerLoginNamestringSurePassId account login name
authServerPartnerLoginPasswordstringSurePassId account login key
queryFilterstringThe filter to be used for searching for users.  The value can user SQL wildcards such as %.
queryTypequeryFilterTypeFindUserFilterType Identifies the type of queryFilter. Possible values are:  Username or Email. If omitted, Username is assumed

...

REST parameterdata typedescription
spAccountLoginNamestringSurePassId account login name
spAccountLoginKeystringSurePassId account login key
typestringfind_users
queryFilterstringThe filter to be used for searching for users.  The value can user SQL wildcards such as %
queryTypequeryFilterTypestringIdentifies the type of queryFilter. Possible values are:  username or email. If omitted, username is assumed
Code Block
languagejs
titleSample REST/Json Method
 {  
  "spAccountLoginName": "accountLogin",
  "spAccountLoginKey": "accountKey",
  "queryFilter": "l%",
  "queryTypequeryFilterType": "username",      // the default if not specified
  "type": "find_users",


}

...