gooddata_sdk.catalog.user.service.CatalogUserService

class gooddata_sdk.catalog.user.service.CatalogUserService(api_client: GoodDataApiClient)

Bases: CatalogServiceBase

__init__(api_client: GoodDataApiClient) None

Methods

__init__(api_client)

create_or_update_user(user)

create_or_update_user_group(user_group)

delete_user(user_id)

delete_user_group(user_group_id)

get_declarative_user_groups()

get_declarative_users()

get_declarative_users_user_groups()

get_organization()

get_user(user_id)

get_user_group(user_group_id)

layout_organization_folder(layout_root_path)

list_user_groups()

list_users()

load_and_put_declarative_user_groups([...])

load_and_put_declarative_users([...])

load_and_put_declarative_users_user_groups([...])

load_declarative_user_groups([layout_root_path])

load_declarative_users([layout_root_path])

load_declarative_users_user_groups([...])

put_declarative_user_groups(user_groups)

put_declarative_users(users)

put_declarative_users_user_groups(...)

store_declarative_user_groups([layout_root_path])

store_declarative_users([layout_root_path])

store_declarative_users_user_groups([...])

Attributes

organization_id