The UsersPage Entity
The \Catalytic\SDK\Entities\UsersPage
class represents a page of User
s, usually returned from the Users->find()
method.
Instance methods
Name | Return Type | Description |
---|---|---|
getUsers | array | The Users included in this page of results |
getNextPageToken | string | The token used to fetch the next page of Users |
getCount | int | The total number of Users |
Updated over 2 years ago