This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_permission.
list_available_assignees
list_available_assignees(workspace_id: str, dashboard_id: str) -> 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 |
Example
# list all assignees
possible_assignees = list_available_assignees(workspace_id="demo",dashboard_id="sales")