IWorkspaceUsersQueryOptions
Home > @gooddata/sdk-backend-spi > IWorkspaceUsersQueryOptions
IWorkspaceUsersQueryOptions interface
Configuration options for querying users
Signature:
export interface IWorkspaceUsersQueryOptions
Properties
| Property | Type | Description |
|---|---|---|
| limit? | number | (Optional) Specify number of items per page. |
| offset? | number | (Optional) Specify (zero-based) starting offset for the paged results. |
| search? | 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 |