UsersUpdateUser Method A Sandcastle Documented Class Library
Update a user in Edgenuity. Leave fields null if they are not applicable or unchanged.

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

public ApiResults UpdateUser(
	string apiUsername,
	string apiPassword,
	string UserExternalID,
	string UserPassword,
	Nullable<Status> Status,
	string FirstName,
	string LastName,
	string MiddleName,
	string Email,
	string Street,
	string City,
	string Zip,
	string State,
	string HomePhone,
	string AltPhone,
	Nullable<int> GradeLevel,
	Nullable<DateTime> BirthDate,
	Nullable<Gender> StudentGender,
	string Notes,
	Nullable<bool> ForceOrientation,
	Nullable<bool> EnableTTS,
	Nullable<bool> EnableTranslation,
	Nullable<bool> CollegeBound,
	Nullable<Race> Race,
	Nullable<Lunch> Lunch,
	Nullable<ELL> ELL
)

Parameters

apiUsername
Type: SystemString
API Username
apiPassword
Type: SystemString
API Password
UserExternalID
Type: SystemString
Required: External User ID of the user
UserPassword
Type: SystemString
Password for the user
Status
Type: SystemNullableStatus
Should the user be enabled or disabled
FirstName
Type: SystemString
First Name
LastName
Type: SystemString
Last Name
MiddleName
Type: SystemString
Middle Name
Email
Type: SystemString
Email Address
Street
Type: SystemString
Street Address
City
Type: SystemString
City
Zip
Type: SystemString
Zip Code
State
Type: SystemString
State
HomePhone
Type: SystemString
Home Phone
AltPhone
Type: SystemString
Alt Phone
GradeLevel
Type: SystemNullableInt32
Grade Level
BirthDate
Type: SystemNullableDateTime
Date of Birth
StudentGender
Type: SystemNullableGender
Gender
Notes
Type: SystemString
Notes
ForceOrientation
Type: SystemNullableBoolean
Require a student to watch the Edgenuity orientation video on their next login
EnableTTS
Type: SystemNullableBoolean
Enable Text to Speech for a user
EnableTranslation
Type: SystemNullableBoolean
Enable Translation for a user
CollegeBound
Type: SystemNullableBoolean
Is the student college bound
Race
Type: SystemNullableRace
Race of the student
Lunch
Type: SystemNullableLunch
Is the student eligible for free or reduced lunch
ELL
Type: SystemNullableELL
Is the student an English Language Learner

Return Value

Type: ApiResults
Success/fail status message
See Also

Reference