# Grant Apple developer access

### How to grant access of an Apple developer account?

You can invite any user to your Apple developer account to manage your app on the App Store.&#x20;

{% embed url="<https://scribehow.com/shared/Grant_Apple_developer_access__GpOuOHP1RKi7-IJR8HySHQ>" %}

{% hint style="warning" %}
Access to Apple developer accounts can only be given to a user if you have signed up for an organisation plan. If you signed up for an individual developer account on Apple, a user will not be able to assist you with submitting your app.
{% endhint %}

#### Step 1: Sign in to your Apple Developer Account

* Go to [**App Store Connect**](https://appstoreconnect.apple.com/).
* Sign in with your Apple Developer Account credentials.

#### Step 2: Access user management

* Click on Users and Access from the top menu.
* Click on the + (Add User) button in the top-left corner.

#### Step 3: Enter user details

Under the New Use**r** section, enter the following details for the user you want to invite:

* First Name
* Last Name
* Email Address (Ensure it’s an Apple ID)

#### Step 4: Assign user role

* Select the Admin or App Manager role.
  * Admin – Full access to the developer account.
  * App Manager – Access to app management tasks but restricted from making account-wide changes.
* Enable access to Certificates, Identifiers & Profiles if the user needs to manage app certificates and profiles.

#### Step 5: Send the invitation

* Click **Invite** to send an email invitation to the user.
* The invited user will receive an email with a link to accept the invitation.

#### Step 6: User completes the setup

* The user must accept the invite via email.
* Once accepted, they can log in to [**Apple Developer Portal**](https://developer.apple.com/account/) with their newly created user account.

{% hint style="warning" %}
The user must use the same **Apple ID** email address entered during the invitation process.
{% endhint %}

By following these steps, you can successfully invite a new user to your Apple Developer Account, granting them access to assist with app management, submissions, and updates.


---

# Agent Instructions: 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:

```
GET https://docs.appmysite.com/app/upload/ios/grant-apple-developer-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
