important
This function is applicable only for core versions >= 3.5
getUsersNewestFirst({limit?, paginationToken?, includeRecipeIds?})
#
Parameterslimit
(Optional)- type:
number
- type:
paginationToken
(Optional)- type:
string
- type:
includeRecipeIds
(Optional)- type:
string[]
- type:
#
ReturnsPromise<{users: User[]; nextPaginationToken?: string | undefined;}>
#
Additional Information:- If the
nextPaginationToken
isundefined
, then there are no more users to loop through. - If there are no users in your app, then
nextPaginationToken
will beundefined
and users will be an empty array