- Exclusive scope — the
assistant_idfield, set on creation or on update. It links the item to a single assistant. - Exclusions — for global items, a list of assistants that should not see that knowledge item. That is what this page covers.
Use exclusions when the material is meant for almost every assistant. Use
assistant_id when it is meant for a single one.Remove an assistant’s access
Path Parameters
string
required
Knowledge item UUID (it must be global)
string
required
UUID of the assistant that will stop seeing the knowledge item
200 OK with the updated knowledge item.
Give an assistant its access back
Path Parameters
string
required
Knowledge item UUID
string
required
UUID of the assistant that will see the knowledge item again
200 OK with the updated knowledge item.
Set the full exclusion list
Path Parameters
string
required
Knowledge item UUID
Body
array
required
List of UUIDs of the assistants that must not see the knowledge item.
Send
[] to grant access to everyone.200 OK with the updated knowledge item.
Grant access to everyone
cURL