This function will update a user's External User ID. Once this is done, the old UserExternalID will no longer be recognized
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public ApiResults UpdateUserExternalID( string apiUsername, string apiPassword, string UserExternalID, string NewExternalID )
Parameters
- apiUsername
- Type: SystemString
API Username - apiPassword
- Type: SystemString
API Password - UserExternalID
- Type: SystemString
Old External ID of the user to change - NewExternalID
- Type: SystemString
New External ID for the user
Return Value
Type: ApiResults[Missing <returns> documentation for "M:WCFAPI.Users.UpdateUserExternalID(System.String,System.String,System.String,System.String)"]
See Also