Represents one whitelist or blacklist entry used for app signup access control.
π‘signup_idis the identity itself β a mobile number or an email, depending on how the app is configured.idis the record's own key and appears only after the record exists.
Fields
Field | Type | Required | Description |
signup_id | String | Yes | The identity being allowed or blocked. |
id | String | Conditional | The signup record's id. Returned after the record is added. This is not a user id. |
tags | Array of String | Optional | Whitelist only. App tags to assign to the user when they sign up. |
Used in
List | Methods |
Whitelist | |
Blacklist |
Example
json{ "id": "488", "signup_id": "name@example.com", "tags": ["4"] }