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
    org_id 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
    org_id string
    metadata object
    created_at date-time

    The time the group was created.

    updated_at date-time

    The time the group was last updated.

    users object[]
  • Array [
  • id string
    name can either be empty or must start with a character

    Unique name of the user.

    title string

    Name of the user.

    email string
    metadata object
    created_at date-time

    The time the user was created.

    updated_at date-time

    The time the user was last updated.

    state string

    The state of the user (enabled or disabled).

    avatar string

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

  • ]
  • members_count int32

    The number of members explicitly added in the project.

  • ]
Loading...