# New Invite

## Generating Invites

{% hint style="info" %}
This will ensure that the correct roles are mapped to the GDAP relationship, and test that the CIPP-SAM application is correctly pushed to the tenant.\
The invite wizard is part of the Tenant Onboarding flow, unless an already existing pending invite is selected.
{% endhint %}

{% hint style="warning" %}
**Please note:** Any other user that needs to gain access to your Microsoft CSP Tenants will need to be manually added to these groups.\
To easily add users to these groups, you can do the following

* Create a new security group in your partner tenant with the `Microsoft Entra roles can be assigned to the group` option set to yes. Ex. GDAP\_CIPP\_Recommended\_Roles
* Add the users to the created group
* Add the created group to the individual GDAP security groups that CIPP created for you. Ex. M365 GDAP Exchange Administrator
  {% endhint %}

If multiple invites are generated, but not used, the unused ones can either be found on the [Invites](/user-documentation/tenant/gdap-management/invites.md) page. Here onboarding of the tenant can be started again. The invite needs to be accepted by a Global Administrator in the customer tenant.

All mapped GDAP [Role Mappings](/user-documentation/tenant/gdap-management/roles.md) can be selected from the list. To use the [Recommended Roles](/setup/maintaining-cipp/recommended-roles.md), select "CIPP Defaults".

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/tenant/gdap-management/invites/add.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.
