IOrganizationUserGroupsQueryResult
Home > @gooddata/sdk-backend-spi > IOrganizationUserGroupsQueryResult
IOrganizationUserGroupsQueryResult type
Paged result of organization users query. Last page of data returns empty items.
Signature:
export type IOrganizationUserGroupsQueryResult = IPagedResource<IOrganizationUserGroup>;
References: IPagedResource, IOrganizationUserGroup