Skip to main content

List organizations

Returns a list of organizations. It can be filtered by userID or organization state.

Query Parameters
    userId string

    The user ID to filter by. It can be used to list all the organizations that the user is a member of. Otherwise, all the organizations in the Frontier instance will be listed.

    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...