Skip to main content

List all groups

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

Query Parameters
    orgId string

    The organization id to filter by.

    state string

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

Responses

A successful response.


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

    The time the group was created.

    updatedAt date-time

    The time the group was last updated.

  • ]
Loading...