createAllowlistIdentifier()
Adds a new identifier to the allowlist.
const allowlistIdentifier = await clerkClient.allowlistIdentifiers.createAllowlistIdentifier({ identifier: 'test@example.com', notify: false, });
createAllowlistIdentifierParams
Name | Type | Description |
---|---|---|
identifier | string | The identifier can be: a phone number in international E.164 format, an email address, or a wildcard email address (*.domain.com). Use this identifier value to allow any email address in a particular email domain. |
notify | boolean | Whether to notify the owner of the identifier. The notify property is not available for wildcard identifiers. |