Skip to content

New endpoint ListMemberships

Every connected user must be able to list all the groups he belongs to:

  • GET /api/v1/user/memberships
[
  {
      "id": "UUID",
      "group": {
         "id": "UUID",
         "name": "xxx"
      },
      "level": 100
  },
]