Users ClassA Sandcastle Documented Class Library
This Service contains API calls pertaining to user accounts
Inheritance Hierarchy

SystemObject
  WCFAPIUsers

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

public class Users : IUsers

The Users type exposes the following members.

Constructors

  NameDescription
Public methodUsers
Initializes a new instance of the Users class
Top
Methods

  NameDescription
Public methodCreateUser
Create a new user in Edgenuity. Leave fields null if they are not applicable.
Public methodUpdateUser
Update a user in Edgenuity. Leave fields null if they are not applicable or unchanged.
Public methodUpdateUserExternalID
This function will update a user's External User ID. Once this is done, the old UserExternalID will no longer be recognized
Public methodUpdateUserSchool
Update a user's school
Public methodUpdateUserUsername
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.
Public methodUserExists
Does the user exist in Edgenuity
Top
See Also

Reference