withFilter()
Home > @gooddata/sdk-backend-spi > IOrganizationUserGroupsQuery > withFilter
IOrganizationUserGroupsQuery.withFilter() method
Sets filter for the query.
Signature:
withFilter(filter: {
        workspace?: string;
        group?: string;
        name?: string;
        dataSource?: string;
    }): IOrganizationUserGroupsQuery;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| filter | { workspace?: string; group?: string; name?: string; dataSource?: string; } | filter to apply | 
Returns:
organization user groups query