GET
/
users
/
{id}
/
catalogues
{
  "attributes": {
    "catalogues": [
      {
        "attributes": {
          "llm_names": [
            "<string>"
          ],
          "name": "<string>"
        },
        "id": "<string>",
        "type": "<string>"
      }
    ]
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

User ID

Response

OK

User accessible catalogues response model

attributes
object
id
string
type
string