User

class User

Used to list and reference resources (e.g., datasets, workflows) owned by a particular user. If referencing resources owned by another user, you will only be able to see entities that you have access to.

Constructors

Construct a reference to a user based on their (case-insensitive) username.

Examples

user = redivis.user("imathews")

# List all datasets
datasets = user.list_datasets()

# Create a reference to a specific dataset
dataset = user.dataset("test_dataset")

Methods

Construct a reference to a dataset owned by the user.

List all visible datasets owned by the user.

Construct a reference to a workflow owned by the user.

List all visible workflows owned by the user.

Last updated

Was this helpful?