IOrganizationUserGroupsQuery
Home > @gooddata/sdk-backend-spi > IOrganizationUserGroupsQuery
IOrganizationUserGroupsQuery interface
Service to query valid filter elements for particular filter.
Signature:
export interface IOrganizationUserGroupsQuery
Methods
Method | Description |
---|---|
query() | Starts the organization users query. |
withFilter(filter) | Sets filter for the query. |
withPage(page) | Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 |
withSize(size) | Sets number of users to return per page. Default size is specific per backend |