Authorization: Bearer ********************
{
"user_ids": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/user/listUsersAllowedIps' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
"string"
]
}'
{
"user_allowed_ips_map": {
"property1": {
"ips": [
"string"
]
},
"property2": {
"ips": [
"string"
]
}
}
}