| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Read-only. | [optional] [readonly] |
| account_enabled | bool | Set to "true" when the account is enabled. | [optional] |
| display_name | string | The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $orderby. | [optional] |
| drives | \OpenAPI\Client\Model\Drive[] | A collection of drives available for this user. Read-only. | [optional] [readonly] |
| drive | \OpenAPI\Client\Model\Drive | [optional] | |
| external_id | string | An external unique ID for the user. Use it to associate a user in another system, such as a student or employee ID number. | [optional] |
| identities | \OpenAPI\Client\Model\ObjectIdentity[] | Identities associated with this account. | [optional] |
| string | The SMTP address for the user, for example, 'jeff@contoso.opencloud.com'. Returned by default. | [optional] | |
| member_of | \OpenAPI\Client\Model\Group[] | Groups that this user is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. | [optional] |
| on_premises_sam_account_name | string | Contains the on-premises SAM account name synchronized from the on-premises directory. Read-only. | [optional] |
| password_profile | \OpenAPI\Client\Model\PasswordProfile | [optional] | |
| surname | string | The user's surname (family name or last name). Returned by default. | [optional] |
| given_name | string | The user's givenName. Returned by default. | [optional] |
| primary_role | string | The user`s default role. Such as "student" or "teacher" | [optional] |
| user_type | string | The user`s type. This can be either "Member" for regular user, "Guest" for guest users or "Federated" for users imported from a federated instance. | [optional] |