Does the user exist in Edgenuity
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool UserExists( string apiUsername, string apiPassword, string UserExternalID )
Parameters
- apiUsername
- Type: SystemString
API Username - apiPassword
- Type: SystemString
API Password - UserExternalID
- Type: SystemString
External ID of the User
Return Value
Type: BooleanWhether or not the user exists
See Also