This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_user.
load_declarative_users
load_declarative_users(layout_root_path: Path = Path.cwd())
Loads declarative users layout, which was stored using store_declarative_users.
Parameters
name | type | description |
---|---|---|
layout_root_path | Optional[Path] | Path to the root of the layout directory.. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
CatalogDeclarativeUsers | Declarative users object. |
Example
# Load users from directory
declarative_users = sdk.catalog_user.load_declarative_users(layout_root_path: Path = Path.cwd())