# Account invitations ## Get account (tenant) invite of user - [GET /resources/tenants/invites/v1/user](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitescontroller_gettenantinviteforuser.md): Retrieve an invitation for a specific user to join an account (tenant). ## Create account (tenant) invite for user - [POST /resources/tenants/invites/v1/user](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitescontroller_createtenantinviteforuser.md): Create an invitation for a specific user to join an account (tenant). To create a general invitation, use the general invitation route. ## Delete account (tenant) invite of user - [DELETE /resources/tenants/invites/v1/user](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitescontroller_deletetenantinviteforuser.md): Delete an invitation for a specific user to join an account (tenant). To delete a general invitation, use the general invitation route. ## Update account (tenant) invite of user - [PATCH /resources/tenants/invites/v1/user](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitescontroller_updatetenantinviteforuser.md): Update an invitation for a specific user to join an account (tenant). To set a specific expiration time, use the expiresInMinutes parameter to define when the invitation will be invalidated. Use the shouldSendEmail Boolean parameter to control whether an invitation email is sent. A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Verify account (tenant) invite - [POST /resources/tenants/invites/v1/verify](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitescontroller_verifytenantinvite.md): Verify an account (tenant) invitation. Pass the invitation token as the token parameter. A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Get account (tenant) invite configuration - [GET /resources/tenants/invites/v1/configuration](https://developers.frontegg.com/ciam/api/identity/account-invitations/getinvitationconfiguration.md): Check whether account (tenant) invitations are enabled and whether notifications are active for your environment. A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Create tenant invite with roles for user - [POST /resources/tenants/invites/v2/user](https://developers.frontegg.com/ciam/api/identity/account-invitations/tenantinvitesv2controller_createtenantinviteforuser.md): Creates an invitation with assigned roles for a specific user to join an account (tenant). Provide the user's ID via the frontegg-user-id header and the account ID via the frontegg-tenant-id header. For general invitations without a specific user, use the general invitation endpoint instead.