Skip to main content
naive.users manages your end-users. Available on the root client only (company scope).
await naive.users.list();                                   // { users: TenantUser[] }
await naive.users.create({ external_id, email, label, account_kit_id });
await naive.users.get(userId);
await naive.users.update(userId, { email, label, account_kit_id, status });
await naive.users.delete(userId);                           // suspend