This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable version of this article.
CatalogPermissionService.
list_available_assignees
list_available_assignees(workspace_id: str, dashboard_id: str) ->
<class 'gooddata_sdk.catalog.permission.declarative_model.dashboard_assignees.CatalogAvailableAssignees'>
Provide list of users and groups available to assign some dashboard permission
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string. e.g. "demo" |
dashboard_id | str | Dashboard identification string. e.g. "campaign" |
Returns
type | description |
---|---|
CatalogAvailableAssignees | Object containing users and user groups |