Skip to main content

List all policies

Lists all the policies from all the organizations in a Frontier instance. It can be filtered by organization, project, user, role and group.

Query Parameters
    org_id string

    The organization id to filter by.

    project_id string

    The project id to filter by.

    user_id string

    The user id to filter by.

    role_id string

    The role id to filter by.

    group_id string

    The group id to filter by.

Responses

A successful response.


Schema
    policies object[]
  • Array [
  • id string
    title string
    created_at date-time

    The time the policy was created.

    updated_at date-time

    The time the policy was last updated.

    role_id string
    resource namespace:uuid
    principal namespace:uuid
    metadata object
  • ]
Loading...