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