Get List of User Network Zones
To get the list of network zones associated with a user:
GET /users/:user_id/network_zones.xml
GET /users/:user_id/network_zones.json
XML Request Example
curl -i -X GET -H 'Accept: application/xml' -H 'Content-type: application/xml' -u user:userpass --url http://onapp.test/users/9/network_zones.xml
JSON Request Example
curl -i -X GET -H 'Accept: application/json' -H 'Content-type: application/json' -u user:userpass --url http://onapp.test/users/9/network_zones.json
For details and parameters description refer to Get List of Network Zones section.