Clerk.AllowList (Clerk SDK v1.0.1)

Summary

Functions

Create an identifier allowed to sign up to an instance

Delete an identifier from the instance allow-list

Get a list of all identifiers allowed to sign up to an instance

Functions

Link to this function

create(params, opts \\ [])

Create an identifier allowed to sign up to an instance

REQUEST BODY SCHEMA: application/json

identifier

required string The identifier to be added in the allow-list. This can be an email address, a phone number or a web3 wallet.

notify

boolean Default: false This flag denotes whether the given identifier will receive an invitation to join the application. Note that this only works for email address and phone number identifiers.

Link to this function

delete(identifier, opts \\ [])

Delete an identifier from the instance allow-list

Link to this function

list(opts \\ [])

Get a list of all identifiers allowed to sign up to an instance