get https://{hostname}/identity-management/v2/user-admin/ip-acl/allowlist/status
Indicates whether IP allowlist is enabled or disabled on your account.
Response
Indicates whether IP allowlist is enabled or disabled on your account.
xxxxxxxxxx
curl --request GET \
--url https://hostname/identity-management/v2/user-admin/ip-acl/allowlist/status \
--header 'accept: application/json'
xxxxxxxxxx
{
"enabled": true
}