createAllowlistIdentifier()
Adds a new identifier to the allowlist.
- Name
identifier
- Type
string
- Description
The identifier to be added in the allowlist. Can be an email address, a phone number in international E.164 format, a domain, or a Web3 wallet address.
- Name
notify
- Type
boolean
- Description
Whether the given identifier will receive an invitation to join the application. Note that this only works for email address and phone number identifiers. Not available for wildcard identifiers or Web3 wallet addresses. Defaults to
true
.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint POST/allowlist-identifiers
. See the BAPI reference for more information.
Feedback
Last updated on