...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId SurePassID account login name |
authServerPartnerLoginPassword | string | SurePassId SurePassID account login key |
queryFilter | string | The filter to be used for searching for users. The value can user SQL wildcards such as %. |
queryFilterType | FindUserFilterType | Identifies the type of queryFilter. Possible values are: Username or Email. If omitted, Username is assumed |
...
REST parameter | data type | description |
---|---|---|
spAccountLoginName | string | SurePassId SurePassID account login name |
spAccountLoginKey | string | SurePassId SurePassID account login key |
type | string | find_users |
queryFilter | string | The filter to be used for searching for users. The value can user SQL wildcards such as % |
queryFilterType | string | Identifies the type of queryFilter. Possible values are: username or email. If omitted, username is assumed |
...