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
  • ]
GET /v1beta1/policies

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
orgId — query
projectId — query
userId — query
roleId — query
groupId — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/policies' \
-H 'Accept: application/json'