Skip to content

ListKxUsers

Source: src/AWS/FinSpace/ListKxUsers.ts

Runtime binding for finspace:ListKxUsers — lists the kdb users of the bound environment. Provide the implementation with Effect.provide(AWS.FinSpace.ListKxUsersHttp).

const listUsers = yield* AWS.FinSpace.ListKxUsers(kdb);
const { users } = yield* listUsers();