Skip to main content
GET
/
api
/
v1
/
permissions
/
tenants
/
{tenant_id}
/
roles
/
users
/
{user_id}
Get User Roles
curl --request GET \
  --url https://api.cognee.ai/api/v1/permissions/tenants/{tenant_id}/roles/users/{user_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

tenant_id
string<uuid>
required
user_id
string<uuid>
required

Response

Successful Response