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