# Account invitations settings ## Create account (tenant) invite - [POST /resources/tenants/invites/v1](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/tenantinvitescontroller_createtenantinvite.md): Create a general or account (tenant)-specific invitation token. Use this endpoint to generate invitation tokens for accounts (tenants) or individual users. To create a general invitation token, send the request without specifying an account (tenant) or user. To create an account (tenant)-specific token, include the account (tenant) ID in the request body. To create a token for a specific user of an account (tenant), also include the user ID in the body parameters. If a user ID is provided, you can control whether an invitation email is sent by setting the shouldSendEmail parameter. To set a custom expiration time for the invitation, use the expiresInMinutes parameter to define when the token will expire. A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Get all account (tenant) invites - [GET /resources/tenants/invites/v1/all](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/tenantinvitescontroller_getallinvites.md): Retrieve all invitation tokens across all accounts (tenants). A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Delete an account (tenant) invite - [DELETE /resources/tenants/invites/v1/token/{id}](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/tenantinvitescontroller_deletetenantinvite.md): Delete an invitation for an account (tenant) using the invitation ID. Use this endpoint to delete a specific invitation by providing its invitation ID as a path parameter. You can obtain the invitation ID via the Get all account (tenant) invites API. A valid environment token is required to call this endpoint. You can obtain it from the environment authentication route. ## Get activation strategies - [GET /resources/configurations/v1/activation/strategies](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/activationstrategycontrollerv1_getactivationstrategy.md) ## Create or update activation strategy - [POST /resources/configurations/v1/activation/strategies](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/activationstrategycontrollerv1_createorupdateactivationstrategy.md) ## Get invitation strategies - [GET /resources/configurations/v1/invitation/strategies](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/invitationstrategycontrollerv1_getinvitationstrategy.md) ## Create or update invitation strategy - [POST /resources/configurations/v1/invitation/strategies](https://developers.frontegg.com/ciam/api/identity/account-invitations-settings/invitationstrategycontrollerv1_createorupdateinvitationstrategy.md)