Skip to main content
Open

Export / Download Team Members

  • October 15, 2020
  • 5 replies
  • 996 views
Soumyadeep Mandal
+12
  • Kelvin Kredens
  • Soumyadeep Mandal
    Soumyadeep Mandal
  • Tyler Hanson
  • Viktor Loban
  • Baza
  • Tarik
  • Lucas M
  • Debashish Sarkar
  • Michael Sklyar
  • Tony Rodriguez
  • Arran
  • gustulang
  • Vizi
  • Raph B
  • Tiziano
  • Billy Cheng
  • Quantum Cosmology

Similar to the download function for the entire Active Users list, an identical function to export/download the Users list for a team. The value is in offline comparison of memberships. This in turn supports our SOLL-IST comparison process.

Was it helpful?

5 replies

What is status of with task?


What is status of with task?


  • New Here
  • 1 reply
  • July 30, 2021

This would be very useful whilst we prepare for our SSO integration… It’s a pretty standard feature on most services and surely easy to implement. Thanks


This would be useful


Guys,

Just FYI, if you need to export users, use the browser’s dev tools to monitor the API GET request.

Modify the parameters to specify the fields, limit, and offset, then grab the JSON that gets returned and extract data that way.

It’s not as simple as saving a table of data, but it works if you can find a tool to transform the output.