UserInvitationCreateRequest.Data.Attributes
Attributes that you set that describe the new resource.
Declaration
object UserInvitationCreateRequest.Data.AttributesProperties
| Name | Type | Description |
|---|---|---|
allAppsVisible | boolean | A Boolean value that indicates whether a user has access to all apps available to the team. |
email Required | The email address of a pending user invitation. The email address must be valid to activate the account. It can be any email address, not necessarily one associated with an Apple Account. | |
firstName Required | string | The user invitation recipient’s first name. |
lastName Required | string | The user invitation recipient’s last name. |
provisioningAllowed | boolean | A Boolean value that indicates the user’s specified role allows access to the provisioning functionality on the Apple Developer website. |
roles Required | [UserRole] | Assigned user roles that determine the user’s access to sections of App Store Connect and tasks they can perform. |