catalog_user.

store_declarative_users

store_declarative_users(layout_root_path: Path)

Store users in directory hierarchy. Directly from server.

Parameters

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

Returns

None

Example

# Fetch users from the server and store them to directory
sdk.catalog_user.store_declarative_users(layout_root_path: Path = Path.cwd())