IPWorks Cloud 2020 Node.js Edition

Questions / Feedback?

UserList Event

This event fires once for each user returned when ListUsers or GetUserInfo is called.

Syntax

sharefile.on('UserList', [callback])

Callback

The 'callback' is called when the 'UserList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.id
e.firstName
e.lastName
e.company
e.email
e.creationDate

Remarks

This event fires once for each user returned when ListUsers or GetUserInfo is called. The users cannot be modified from this event. If the user does not have a specified company that parameter will be left as an empty string ("").

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Node.js Edition - Version 20.0 [Build 8265]