GET
/
api
/
roles
List roles
curl --request GET \
  --url https://{FUSION HOST}/api/roles
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "desc": "<string>",
    "permissions": [
      {
        "methods": [
          "GET"
        ],
        "path": "<string>",
        "params": {}
      }
    ],
    "uiPermissions": [
      "<string>"
    ]
  }
]

Query Parameters

Role name
string

Response

200 - */*

OK

The response is of type object[].