Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.88 KB

Input14.md

File metadata and controls

24 lines (20 loc) · 1.88 KB

Input14

Properties

Name Type Description Notes
external_id string An optional externally-defined unique ID for the user. Defaults to the userName. Formerly known as 'batchUid'. [optional]
data_source_id string The ID of the data source associated with this user. This may optionally be the data source's externalId using the syntax "externalId:math101". [optional]
user_name string The userName property, shown in the UI.
student_id string The user's student ID name or number as defined by the school or institution. [optional]
password string The user's login password.
education_level string The education level of this user. [optional]
gender string The gender of this user. [optional]
birth_date \DateTime The birth date of this user. [optional]
system_role_ids \BlackboardRest\Model\SystemRoleEnum[] The system roles (the administrative user roles in the UI) for this user. The first role in this list is the user's primary system role, while the remaining are secondary system roles. [optional]
availability \BlackboardRest\Model\Availability5 [optional]
name \BlackboardRest\Model\Name [optional]
job \BlackboardRest\Model\Job [optional]
contact \BlackboardRest\Model\Contact [optional]
address \BlackboardRest\Model\Address [optional]
locale \BlackboardRest\Model\Locale1 [optional]

[Back to Model list] [Back to API list] [Back to README]