catalog_user.

store_declarative_users

store_declarative_users(layout_root_path: Path = Path.cwd())

Stores the users in directory hierarchy.

gooddata_layouts
└── organization_id
        └── users
                └── users.yaml

Parameters

nametypedescription
layout_root_pathOptional[Path]Path 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())