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
    orgId string

    The organization id to filter by.

    projectId string

    The project id to filter by.

    userId string

    The user id to filter by.

    roleId string

    The role id to filter by.

    groupId string

    The group id to filter by.

Responses

A successful response.


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

    The time the policy was created.

    updatedAt date-time

    The time the policy was last updated.

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