IWorkspaceUsersQueryOptions
Home > @gooddata/sdk-backend-spi > IWorkspaceUsersQueryOptions
IWorkspaceUsersQueryOptions interface
Configuration options for querying users
Signature:
export interface IWorkspaceUsersQueryOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
number |
(Optional) Specify number of items per page. | ||
number |
(Optional) Specify (zero-based) starting offset for the paged results. | ||
string |
(Optional) Structured prefix filter - disjunctions are separated by colon (',') - conjunctions are separated by space (' ') - basic form match, if it matches as prefix to any of firstName, lastName and email |