logo
This object defines whitelist and blacklist patterns used in access control for app signup.

Field
Type
Required
Description
id
String
Optional
Unique identifier for the pattern. Available only after adding the pattern.
pattern
String
Yes
Defines a rule that users must match (e.g., *@company.com, +1*).
tags
Array of Strings
Optional
Available only for whitelist. Pre-defined App tags that will be assigned to the user upon signup.
📌 Used In:
  • Whitelist Management → addWhitelistPatterns, removeWhitelistPatterns
  • Blacklist Management → addBlacklistPatterns, removeBlacklistPatterns (without tags)
Share