sswastik02Original post
Rank 2: Process
Here is the code:
let users = new Users(client)
let userList = await users.list()
log(userList)
log(userList.users)
log(userList.users.length)
log(userList.users.map(user=>user.$id))
The output however is
{"total": 201, "users": [{$id: .......
[{$id: ........
25
[........
As you can see, the total is 201 but userList.users.length = 25
I am executing this in cloud in functions
Summary
The user is experiencing an issue where the "List Users" feature is not listing all users. The issue description is simply "undefined." Unfortunately, there is no solution provided in the support thread.