createAllowlistIdentifier()
Creates a new allowlist identifier.
Returns the created AllowlistIdentifier object.
function createAllowlistIdentifier(params: AllowlistIdentifierCreateParams): Promise<AllowlistIdentifier>const response = await clerkClient.allowlistIdentifiers.createAllowlistIdentifier({
identifier: 'test@example.com',
notify: false,
})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