Method
addUserGroupObjectPermission POST
Copy POST

Add user group object permission for any object type.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError `objectId` is not found.
DataNotFoundError `userGroupId` is not found.
Language: