catalog_user.

store_declarative_user_groups

store_declarative_user_groups(layout_root_path: Path)

Stores all the user groups in a directory hierarchy.

Parameters

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

Returns

None

Example

# Fetch user groups from the server and store them to directory
sdk.catalog_user.store_declarative_user_groups(layout_root_path = Path.cwd())