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

Field
Type
Required
Description
id
String
Conditional
Unique identifier for the signup record. Available only after adding the signup record. This ID does not represent a user ID within the app.
signup_id
String
Yes
Signup identifier (either mobile number or email based on app configuration).
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 → addToWhitelist, removeFromWhitelist
  • Blacklist Management → addToBlacklist, removeFromBlacklist (without tags)
Share