Export / Download Team Members


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.

What is status of with task?


What is status of with task?


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.