---
title: User.Attributes
framework: Apple Business API
role: symbol
role_heading: Object
platforms: [apple business api 2.5+]
path: applebusinessapi/user/attributes-data.dictionary
---

# User.Attributes

Attributes that describe a user resource.

## Declaration

```data
object User.Attributes
```

## Properties

firstName: The first name of the user. middleName: The middle name of the user. lastName: The last name of the user. status: The status of the user. See UserStatus for possible values. managedAppleAccount: The Apple Account of the user registered in the system. isExternalUser: Indicates if the user is an external user invited to the organization. roleOuList: 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. email: The email address of the user. employeeNumber: The employee number of the user. costCenter: The cost center the user belongs to in the organization. division: The division the user belongs to in the organization. department: The department the user belongs to in the organization. jobTitle: The job title the user holds in the organization. phoneNumbers: The phone numbers of the user. startDateTime: The date and time when the user started as part of the organization. createdDateTime: The date and time that the user was created. updatedDateTime: The date and time that the user was last updated.

## Overview

Overview note: When additional attributes are added by Apple, they appear automatically, without requiring a newer version of the API.
