List Policies
Get all Information Policies.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
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 PrivilegesCalling 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?