Skip to main content
GET
/
policies
/
{idOrName}
/
assignments
{
  "data": [
    {
      "policy_id": "<string>",
      "principal_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true
}

Path Parameters

idOrName
string
required

The ID or name of the policy.

Query Parameters

limit
integer | null
starting_after
string | null
ending_before
string | null

Response

200 - application/json

The request has succeeded.

data
object[]
required
has_more
boolean
required