Teradata Package for LangChain Function Reference - list_user_permissions - Teradata® Package for LangChain - Look here for syntax, methods and examples for the functions included in the Teradata langchain-teradata package.

Teradata® Package for LangChain Function Reference

Deployment
VantageCloud
Edition
Enterprise
Product
Teradata® Package for LangChain
Release Number
20.00.00.01
Published
December 2025
ft:locale
en-US
ft:lastEdition
2025-12-19
dita:id
Langchain-Teradata_FxRef_Lake
Product Category
Teradata Vantage
libs.teradata.langchain_teradata.TeradataVectorStore.list_user_permissions = list_user_permissions(self)
DESCRIPTION:
    Lists the users and their corresponding permissions
    on the vector store.
    Notes:
        * Only admin users can use this method.
        * Refer to the 'Admin Flow' section in the
          User guide for details.
 
PARAMETERS:
    None.
 
RETURNS:
    teradataml DataFrame containing the users and the
    corresponding permissions on the vector store.
 
RAISES:
    TeradataMlException.
 
EXAMPLES:
    # Create an instance of an already existing vector store.
    >>> from langchain_teradata import TeradataVectorStore
    >>> vs = TeradataVectorStore(name="vs")
 
    # Example: List the user permissions on the vector store.
    >>> vs.list_user_permissions()