# Create or update IP restriction configuration (ALLOW/BLOCK) Create or update the IP restriction configuration. You can configure IP restrictions as either ALLOW or BLOCK. Endpoint: POST /resources/configurations/v1/restrictions/ip/config Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The tenant identifier. Required for requests to api.frontegg.com (or your region) when using a management token. Parsed from the token when using user or API tokens ## Request fields (application/json): - `strategy` (string) Enum: "ALLOW", "BLOCK" - `isActive` (boolean) ## Response 201 fields