Get access group details

GET {{baseUrl}}/v2/access-groups/:id

Returns details for a specific access group.

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-9610c8954cb4","created_at":"2018-11-27T21:17:18.883Z","updated_at":"2018-11-27T22:12:02.414Z","id":"d30542aa-84d4-4b38-9a74-6a4c665532b2","name":"Western Region","all_assets":false,"version":2,"status":"COMPLETED","access_group_type":"MANAGE_ASSETS","rules":[{"type":"ipv4","operator":"eq","terms":["1.2.3.4"]}],"principals":[{"type":"all_users","principal_id":"00000000-0000-0000-0000-000000000000","principal_name":"All Users","permissions":[]},{"type":"user","principal_id":"e7ecb50b-1330-4a8c-b8e5-ee00ec8c46f8","principal_name":"user1@example.com","permissions":["CAN_VIEW"]},{"type":"user","principal_id":"a7162cb4-ebf7-4103-a250-34b1777cfbd1","principal_name":"user2@example.com","permissions":["CAN_VIEW"]}],"created_by_uuid":"f3eda8e9-11f5-4ac8-966f-b758eed531c5","updated_by_uuid":"f3eda8e9-11f5-4ac8-966f-b758eed531c5","updated_by_name":"user3@example.com","created_by_name":"user3@example.com","processing_percent_complete":100}