latestOpenAPI 3.0.12026-08-218193199.7 KB
a753ea35d9dd
Access Control - Permissions
Show Policy Permissions
Shows policy permissions by policy ID.
get/access_control/policies/{policy_id}/permissions
Response
OK
Example response
{
"WorkflowProjectLevel": [
{
"name": "my_wf"
}
],
"MasterSegmentConfig": [
{
"id": "42"
}
],
"MasterSegmentColumn": [
{
"column_identifiers": "1$attribute.customers.age,1$attribute.customers.first_name"
}
],
"MasterSegmentAllColumns": [
{
"audience_id": "1"
}
],
"SegmentAllFolders": [
{
"audience_id": "42"
}
],
"SegmentFolder": [
{
"id": "42"
}
],
"Profiles": [
{
"audience_id": "42"
}
],
"ProfilesApiToken": [
{
"audience_id": "42"
}
],
"Authentications": [
{
"ids": "1,2,3"
}
],
"Databases": [
{
"ids": "1,2,3"
}
],
"TrafficControl": [
{
"audience_id": "42"
}
],
"Journey": [
{
"audience_id": "42"
}
],
"LlmProject": [
{
"project_id": "1"
}
],
"RawDataAccess": [
{
"audience_id": "123"
}
]
}