UsersUpdateUserUsername Method A Sandcastle Documented Class Library
This function will update a user's Username. Once this is done, the old Username will no longer be recognized and will not allow the user to log in.

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public ApiResults UpdateUserUsername(
	string apiUsername,
	string apiPassword,
	string UserExternalID,
	string NewUsername
)

Parameters

apiUsername
Type: SystemString
API Username
apiPassword
Type: SystemString
API Password
UserExternalID
Type: SystemString
External ID of the user to change
NewUsername
Type: SystemString

[Missing <param name="NewUsername"/> documentation for "M:WCFAPI.Users.UpdateUserUsername(System.String,System.String,System.String,System.String)"]

Return Value

Type: ApiResults

[Missing <returns> documentation for "M:WCFAPI.Users.UpdateUserUsername(System.String,System.String,System.String,System.String)"]

See Also

Reference