E2020APIGetUsersInSchool Method A Sandcastle Documented Class Library
Get all users in a given school

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

public GetUsersResults GetUsersInSchool(
	string apiUsername,
	string apiPassword,
	string SchoolExternalID,
	Nullable<int> SchoolID
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
SchoolExternalID
Type: SystemString
External School Code for this school. Null if using Edgenuity ID
SchoolID
Type: SystemNullableInt32
Edgenuity ID for this school. Null if using External ID

Return Value

Type: GetUsersResults

[Missing <returns> documentation for "M:WCFAPI.E2020API.GetUsersInSchool(System.String,System.String,System.String,System.Nullable{System.Int32})"]

See Also

Reference