Method
List the users who can modify a given feature group.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
featureGroupId |
str |
Unique string identifier of the feature group.
|
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 |
| result |
ModificationLockInfo |
| KEY |
TYPE |
Description |
| modificationLock |
bool |
Whether or not the object has its modification lock activated. |
| userEmails |
List of Strings |
The list of user emails allowed to modify the object if the object's modification lock is activated. |
| organizationGroups |
List of Unique String Identifiers |
The list organization groups allowed to modify the object if the object's modification lock is activated. |
|
| TYPE |
WHEN |
| DataNotFoundError |
`featureGroupId` is not found. |