Get access group details
GET {{baseUrl}}/access-groups/:id
Returns details for a specific access group.
Note: Access Groups v1 continues to be supported. However, Tenable recommends using Access Groups v2.
Requires BASIC [16] user permissions to view details for an access group to which you are assigned; however, details do not include principals information. Requires ADMINISTRATOR [64] to view details for any access group in your organization; in this case, details include principals information. See Permissions.
RESPONSES
status: OK
{"container_uuid":"7a818eb1-8351-4795-99b0-9610c8954cb3","created_at":"2018-11-31T21:17:18.883Z","updated_at":"2018-12-31T22:12:02.414Z","id":"d30542aa-84d4-4b38-9a74-6a4c665532b1","name":"Western Region","all_assets":false,"all_users":false,"version":2,"status":"COMPLETED","rules":[{"type":"ipv4","operator":"eq","terms":["172.204.81.57"],"principals":[{"type":"user","principal_id":"e7ecb50b-1330-4a8c-b8e5-ee00ec8c46f7","principal_name":"user1@example.com"},{"type":"user","principal_id":"a7162cb4-ebf7-4103-a250-34b1777cfbd0","principal_name":"user2@example.com"}],"created_by_uuid":"f3eda8e9-11f5-4ac8-966f-b758eed531c4","updated_by_uuid":"f3eda8e9-11f5-4ac8-966f-b758eed531c4","updated_by_name":"administrator@example.com","created_by_name":"administrator@example.com","processing_percent_complete":100}]}