Folders
Update a folder in the current organization.
The name of the folder, it is used like a path
folder1DEPRECATED. A list containing emails and group ids that have access to the folder
["[email protected]","ca45f483-db07-41e1-ab9a-1c610614416b"]A list containing user ids that have access to the folder
["ca45f483-db07-41e1-ab9a-1c610614416b","ca45f483-db07-41e1-ab9a-1c610614416c"]A list containing group ids that have access to the folder
["ca45f483-db07-41e1-ab9a-1c610614416b","ca45f483-db07-41e1-ab9a-1c610614416c"]Successful Response
Validation Error
Get all folders for the current user organization.
Args: offset (int): The offset of the folders to return as a number of rows. Defaults to 0. limit (int): The limit of the folders to return as a number of rows. Defaults to 100. query (str): The search query to filter folders by name. If provided, only folders whose names contain the query string will be returned.
Query parameters for folder retrieval.
Args: offset (int): The offset of the folders to return as a number of rows. Defaults to 0. limit (int): The limit of the folders to return as a number of rows. Defaults to 100. query (str): The search query to filter folders by name. If provided, only folders whose names contain the query string will be returned. include_public_folders (bool): Whether to include public folders in the results. Defaults to True. include_personal_folders (bool): Whether to include personal folders in the results. Defaults to False. include_empty_folders (bool): Whether to include empty folders in the results. Defaults to False.
0100truetruefalsefalseSuccessful Response
Validation Error
Create a new folder in the current organization.
DEPRECATED field, kept for backward compatibility
User ids of users who have access to the folder
Group ids of users who have access to the folder
Successful Response
Validation Error
Last updated
Was this helpful?

