Validation rules
Shared across every endpoint in this family:- MAC — either
AA:BB:CC:DD:EE:FForAA-BB-CC-DD-EE-FF. - Name — 2–100 characters. Allowed: alphanumeric plus
å ä ö Å Ä Ö & - , .and space. - Description — 0–200 characters, same character set as Name.
- Tag value — 2–30 characters. Allowed: alphanumeric plus
å ä ö Å Ä Ö ( ) & - , . / " + :and space. - Expiry (
toDate) —YYYY-MM-DD. Entry is removed at 00:00 Organization-local time on this date. Omit or setnullfor permanent entries.
Prerequisites
- The target Sign-In Context has the Whitelist module enabled.
- Your integration has the Context API key and an approved source IP.
Error body
Validation errors in this family return a JSON array of field-level errors, one per field that failed:field— the request-body field that failed validation.rejectedValue— the value that was submitted.message— human-readable description of the rule that failed.
Operations
Create whitelisting
POST .../modules/whitelistingsUpdate whitelisting
PUT .../modules/whitelistingsBatch-add
POST .../modules/whitelistings/batch/addBatch-revoke
POST .../modules/whitelistings/batch/removeList active
GET .../modules/whitelistings/active
