This Service contains API calls pertaining to user accounts
Inheritance Hierarchy
WCFAPIUsers
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The Users type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Users | Initializes a new instance of the Users class |
Methods
| Name | Description | |
|---|---|---|
| CreateUser |
Create a new user in Edgenuity. Leave fields null if they are not applicable.
| |
| UpdateUser |
Update a user in Edgenuity. Leave fields null if they are not applicable or unchanged.
| |
| UpdateUserExternalID |
This function will update a user's External User ID. Once this is done, the old UserExternalID will no longer be recognized
| |
| UpdateUserSchool |
Update a user's school
| |
| UpdateUserUsername |
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.
| |
| UserExists |
Does the user exist in Edgenuity
|
See Also