Skip to content

Add sorting capabilities to the listing of custom roles

In the member roles API, add sorting capabilities to the GET /groups/:id/member_roles endpoint. This also applies to Add GraphQL endpoint to list all member roles i... (#417754 - closed).

I two new parameters:

  • order_by: id or creation_date (is the same)
  • sort: asc or desc

This will enable a better experience in the UI.

/cc @adil.farrukh @hsutor