catalog_user.
store_declarative_users
store_declarative_users(layout_root_path: Path)
Store users in directory hierarchy. Directly from server.
Parameters
| name | type | description |
|---|---|---|
| layout_root_path | Path | Path to the root of the layout directory.. Defaults to Path.cwd(). |
Returns
NoneExample
# Fetch users from the server and store them to directory
sdk.catalog_user.store_declarative_users(layout_root_path: Path = Path.cwd())