List Policies

Get all Information Policies.

Get all Information Policies

get
Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200
Success
application/json
get
GET /pod/v1/admin/policy/list HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
[
  {
    "id": "56e9df05e4b00737e3d3b82d",
    "policyType": "BLOCK",
    "active": true,
    "groups": [
      "56e9def8e4b0b406041812e6",
      "56e9deffe4b0b406041812e7"
    ],
    "createdDate": 1458167557358,
    "modifiedDate": 1458330606752
  },
  {
    "id": "571cd64de4b042aaf06d2d8b",
    "policyType": "BLOCK",
    "active": true,
    "groups": [
      "571cd646e4b042aaf06d2d84",
      "571cd64ce4b042aaf06d2d8a"
    ],
    "createdDate": 1461507661146,
    "modifiedDate": 1461507661146
  }
]

🚧 Roles and Privileges

Calling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?