user_get_ip_whitelist_entry
Retrieve details for a specific IP whitelist entry by providing user ID, subnet IP, and subnet size. Get exact whitelist configuration for access control verification.
Instructions
Get a specific IP whitelist entry for a user.
Args: user_id: The user ID (UUID) or email address subnet: The IP address or subnet (e.g., "8.8.8.0") subnet_size: The subnet size (e.g., 24 for /24)
Returns: IP whitelist entry details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | Yes | ||
| user_id | Yes | ||
| subnet_size | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||