Method
Update user group object permission for any object type.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
objectId |
str |
The ID of the object (dataset_id, project_id, external_connection_id, feature_group_id, etc.)
|
Yes |
userGroupId |
str |
The ID of the user group
|
Yes |
objectType |
str |
The type of object ('dataset', 'project', 'external_connection', 'feature_group')
|
No |
permission |
str |
The permission to grant (default: 'ALL')
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
TYPE |
WHEN |
DataNotFoundError |
`objectId` is not found. |
DataNotFoundError |
`userGroupId` is not found. |