Contents

User.Attributes

Attributes that describe a user resource.

Declaration

object User.Attributes

Properties

NameTypeDescription
firstNamestring

The first name of the user.

middleNamestring

The middle name of the user.

lastNamestring

The last name of the user.

statusUserStatus

The status of the user. See UserStatus for possible values.

managedAppleAccountstring

The Apple Account of the user registered in the system.

isExternalUserboolean

Indicates if the user is an external user invited to the organization.

roleOuList[UserRoleOuMapping]

A list of role-organizational unit mappings for the user, where each item contains a roleName and ouId representing the role of a user at a particular organizational unit.

emailstring

The email address of the user.

employeeNumberstring

The employee number of the user.

costCenterstring

The cost center the user belongs to in the organization.

divisionstring

The division the user belongs to in the organization.

departmentstring

The department the user belongs to in the organization.

jobTitlestring

The job title the user holds in the organization.

phoneNumbers[UserPhoneNumber]

The phone numbers of the user.

startDateTimedate-time

The date and time when the user started as part of the organization.

createdDateTimedate-time

The date and time that the user was created.

updatedDateTimedate-time

The date and time that the user was last updated.

Overview