Hey all, regarding managing dashboard permissions ...
# gooddata-cloud
e
Hey all, regarding managing dashboard permissions via the Python SDK, this command doesn't seem to work. Also, correct me if I'm wrong but
CatalogPermissionsForAssignee
should be
CatalogPermissionsForAssigneeIdentifier
, right?
j
Hi @Evangelos Malandrakis 👋 You are right. There is a typo in documentation. I will fix it ASAP. Thank you for reporting.
e
Hi @Jan Kadlec! Thanks for the quick response😁 I also tried the API to give permission to a user group in one of my dashboards. Is there a bug or is there another way of doing this?
j
When you try to
CatalogPermissionsForAssigneeIdentifier
instead of
CatalogPermissionsForAssignee
it does not work?
In the case of Python SDK.
e
Figured it out I think. When a group has
MANAGE
permission to a workspace, it doesn't have a difference if I give this group
VIEW
permissions to a dashboard (of this workspace), right? Cause I did the same (gave
VIEW
permission) to a group that had only
EXPORT
privileges (in the workspace) and it appeared properly when I requested the permissions of this dashboard. Am I in the right in my way of thinking?
j
I think you are right 🙂 Relationship between workspace permissions and dashbaord permissions is documented here https://www.gooddata.com/docs/cloud/manage-organization/manage-permissions/set-permissions-for-dashboards/#ManageDashboardPermissions-SupportedDashboardPermissions
e
Thanks for the quick answers @Jan Kadlec 👌
j
You are welcome 🙂
Thanks for reporting a bug in the documentation. Already working on that 👀
🙌 1