Name | Type | Description | Notes |
---|---|---|---|
id | string | The primary ID of the user. | |
uuid | string | A secondary unique ID for the user. Used by LTI launches and other inter-server operations. | |
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] |
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] |
created | \DateTime | The date this user was created. | |
last_login | \DateTime | The date this user last logged in. | |
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] |
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.