# Account Invitations

Account Invitations represent invitations for non-users to join a Kantata OX account.

 - [GET /account_invitations](https://developer.kantata.com/kantata/specification/account-invitations/get%20account%20invitations.md): This endpoint returns structured Account Invitation objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID
 - [POST /account_invitations](https://developer.kantata.com/kantata/specification/account-invitations/create%20account%20invitation.md): Adds a user to your account. Any members added in excess of your contracted license count are billed at a prorated subscription fee for the remainder of the billing term. To review your contracted lic
 - [GET /account_invitations/{id}](https://developer.kantata.com/kantata/specification/account-invitations/get%20account%20invitation.md): This endpoint returns structured Account Invitation objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID
 - [PUT /account_invitations/{id}](https://developer.kantata.com/kantata/specification/account-invitations/update%20account%20invitation.md): This endpoint returns structured Account Invitation objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID
 - [DELETE /account_invitations/{id}](https://developer.kantata.com/kantata/specification/account-invitations/delete%20account%20invitation.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
 - [PUT /account_invitations/{id}/resend](https://developer.kantata.com/kantata/specification/account-invitations/resend%20account%20invitation.md): Resends an account invitation email to an invited user. This endpoint has its own rate limit. See the [Knowledge Base](https://knowledge.kantata.com/hc/en-us/articles/9698066628123) for more informati
