# Invite

This contains APIs related to Invite as defined in Harness

## Resend invite

 - [PUT /ng/api/invites/{inviteId}](https://apidocs.harness.io/invite/updateinvite.md): Resend the invite email

## Delete Invite

 - [DELETE /ng/api/invites/{inviteId}](https://apidocs.harness.io/invite/deleteinvite.md): Delete an Invite by Identifier

## Get Invite

 - [GET /ng/api/invites/invite](https://apidocs.harness.io/invite/getinvite.md): Gets an Invite by either Invite Id or JwtToken

## List Invites

 - [GET /ng/api/invites](https://apidocs.harness.io/invite/getinvites.md): List all the Invites for a Project or Organization

## Get pending users

 - [POST /ng/api/invites/aggregate](https://apidocs.harness.io/invite/getpendingusersaggregated.md): List of all the pending users in a scope

