catalog_user.

load_declarative_users_user_groups

load_declarative_users_user_groups(layout_root_path: Path) -> CatalogDeclarativeUsersUserGroups

Load declarative users and user groups layout, which was stored using `store_declarative_users_user_groups`.

Parameters

nametypedescription
layout_root_pathPathPath to the root of the layout directory.. Defaults to Path.cwd().

Returns

typedescription
CatalogDeclarativeUsersUserGroupsDeclarative Users and User Groups object.

Example

# Load users and user groups from directory
users_and_user_groups = sdk.catalog_user.load_declarative_users_user_groups(layout_root_path=Path.cwd())