Skip to main content

List my groups

List my groups

Query Parameters
    orgId string

    org_id is optional filter over an organization

    withPermissions string[]
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.

  • ]
  • accessPairs object[]
  • Array [
  • groupId string
    permissions string[]
  • ]
Loading...