[AAE-5208] Add pagination info to listPeople function in PeopleContentService (#7055)

* [AAE-5208] Add pagination info to listPeople function in PeopleContentService

* Change documentation
This commit is contained in:
Thomas Hunter
2021-06-02 12:49:47 +02:00
committed by GitHub
parent 4bf9433c82
commit 40bbeb13f0
3 changed files with 28 additions and 16 deletions

View File

@@ -29,9 +29,9 @@ Gets information about a Content Services user.
- **Returns** [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)`<boolean>` -
- **listPeople**(options?: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`EcmUserModel`](../../core/models/ecm-user.model.md)`[]>`<br/>
- **listPeople**(requestQuery?: [`PeopleContentQueryRequestModel`](../../../lib/core/services/people-content.service.ts#32)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`EcmUserModel`](../../core/models/ecm-user.model.md)`[]>`<br/>
Gets a list of people.
- _options:_ `any` - (Optional) Optional parameters supported by JS-API
- _requestQuery:_ [`PeopleContentQueryRequestModel`](../../../lib/core/services/people-content.service.ts) - (Optional) maxItems and skipCount used for pagination
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`EcmUserModel`](../../core/models/ecm-user.model.md)`[]>` - Array of people
## Details