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[]
  • ]
GET /v1beta1/users/self/groups

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
orgId — query
withPermissions — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/users/self/groups' \
-H 'Accept: application/json'