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

    The user id to filter by.

    state string

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

    page_size int32

    The maximum number of organizations to return per page. The default is 50.

    page_num int32

    The page number to return. The default is 1.

Responses

A successful response.


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

    The time the organization was created.

    updated_at date-time

    The time the organization was last updated.

    state string

    The state of the organization (enabled or disabled).

    avatar string

    The base64 encoded image string of the organization avatar. Should be less than 2MB.

  • ]
  • count int32

    Total number of records present

Loading...