For the complete documentation index, see llms.txt. This page is also available as Markdown.

redivis.organization

redivis.organization(name) Organization

Construct a new organization instance.

Parameters:

name : str The case-insensitive username of the organization.

Returns:

Organization

Examples

organization = redivis.organization("Demo")

Was this helpful?