Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.4 KB

imports.md

File metadata and controls

37 lines (22 loc) · 1.4 KB

Imports

With these endpoints, you can manage all aspects of the groups in your account.

View the official documentation here.

Table of Contents

Methods

emma.import.list(callback)

Get information about all imports for this account.

  • returns: An array of import details.

emma.import.withID(id).details(callback)

Get information and statistics about this import.

  • returns: Import details for the given import id.

emma.import.withID(id).listMembers(callback)

Get a list of members affected by this import.

  • returns: A list of members in the given account and import.