> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/owners-playbook/the-podplay-system/overview-of-tiers/further-details-of-tiers/apple-developer-account/invite-apple-developer-team-members.md).

# Invite Apple Developer Team Members

### Overview

Once you have created your Apple `Developer` account, notify us and we'll share with you a unique email address to add as an `Admin` to your `Developer` account.&#x20;

You can invite additional people to your team when enrolled in the Apple `Developer` Program. You can manage team members in App Store Connect. For details, visit “[Add and edit users](https://developer.apple.com/help/app-store-connect/manage-your-team/add-and-edit-users)” in App Store Connect Help.

**Required role:** `Account Holder` or `Admin`

**Process:**

1. In the top navigation of your [developer account](https://developer.apple.com/account), click “Program resources.” Under “Services,” click “Users and Access.”
2. Click the add button (+).

<figure><img src="https://developer.apple.com/help/account/access/invite-team-members/images/invite_team_member_2x.png" alt="" width="100%"><figcaption></figcaption></figure>

3. In the dialog that appears, enter the user’s first name, last name, and email address.

<figure><img src="https://developer.apple.com/help/account/access/invite-team-members/images/invite_team_member2_2x.png" alt="" width="100%"><figcaption></figcaption></figure>

4. Under Roles, select the user’s role as Admin or Developer.
   1. **Tip:** To learn more about each role, click See Permissions.
5. Click Invite.

The people invited to join your team receive an email that includes a link to accept the invitation.&#x20;

If they don’t have an Apple Account, they’re asked to create one during the acceptance process.&#x20;

Once they complete the invitation process, they’re added to your team.&#x20;

{% hint style="info" %}
The invitation expires after three days. If they miss the acceptance period, you can invite them again.
{% endhint %}

### The Next Steps

Once the above is completed, we can [tranfer your iOS app to your Apple Developer account](https://docs.podplay.app/owners-playbook/the-podplay-system/overview-of-tiers/further-details-of-tiers/apple-developer-account/transferring-your-ios-app-to-your-apple-developer-account).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/owners-playbook/the-podplay-system/overview-of-tiers/further-details-of-tiers/apple-developer-account/invite-apple-developer-team-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
