Checks to see if a given username is unique, and if not returns a suggested username
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public string UsernameAvailability( string apiUsername, string apiPassword, string UsernameToFind )
Parameters
- apiUsername
- Type: SystemString
Usernam eof the API User - apiPassword
- Type: SystemString
Password of the API User - UsernameToFind
- Type: SystemString
Requested Username
Return Value
Type: StringSuggested username if requested username already exists, otherwise the requested username
See Also