User.Attributes
Attributes that describe a Users resource.
Declaration
object User.AttributesProperties
| Name | Type | Description |
|---|---|---|
firstName | string | The user’s first name. |
lastName | string | The user’s last name. |
roles | [UserRole] | Assigned user roles that determine the user’s access to sections of App Store Connect and tasks they can perform. |
provisioningAllowed | boolean | A Boolean value that indicates the user’s specified role allows access to the provisioning functionality on the Apple Developer website. |
allAppsVisible | boolean | A Boolean value that indicates whether a user has access to all apps available to the team. |
username | string | The user’s Apple Account. |