Create an IP allowlist entry

Creates a new entry in the IP allowlist.
Each entry can contain multiple allowed IP addresses or ranges of IP addresses.
If the IP allowlist is enabled in your organization settings, then only users with IP addresses on the allowlist can access your organization.

Required permission: Manage IP Restrictions

Path Params
uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of your ControlUp organization. You can find your organization ID on the API Key Management page in the DEX platform.

Body Params
string

Description of the allowlist entry.

allowlist
array of objects
required
length ≥ 1

An array of allowed IP addresses or IP address ranges.
Each entry in the array can be either a single IP address or a range of IP addresses in CIDR notation.

allowlist*
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json