#[SOLVED] List Identities is not a function

9 messages · Page 1 of 1 (latest)

jade quail
#

Despite being mentioned in the docs
I am trying to execute this in functions, here is the output

TypeError: users.listIdentities is not a function
    at Module.default (file:///usr/local/server/src/function/src/main.js:13:40)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async execute (/usr/local/server/src/server.js:141:22)
    at async /usr/local/server/src/server.js:158:13

The Users service allows you to manage your project users. Use this service to search, block, and view your users' info, current sessions, and latest activity logs. You can also use the Users service to edit your users' preferences and personal info.

jade quail
#

Can someone please help out over here.

#

Here's the code I am trying

let users = new Users(client)
let il = await users.listIdentities()
dim valve
silk ivy
jade quail
jade quail
silk ivy
jade quail
#

Understood, Thank you so much, it works after changing the version in functions.