Skip to main content

List all organizations

Lists all the organizations in a Frontier instance. It can be filtered by user and state.

Query Parameters
    userId string

    The user id to filter by.

    state string

    The state to filter by. It can be enabled or disabled.

Responses

A successful response.


Schema
    organizations object[]
  • Array [
  • id string
    name string
    title string
    metadata object
    createdAt date-time

    The time the organization was created.

    updatedAt date-time

    The time the organization was last updated.

  • ]
Loading...