11-05-2021 12:52 AM
Hi
Is there a way to export names to csv / other, of all members of a Teams group?
Solved! Go to Solution.
11-05-2021 05:13 AM
Not from within the app, but you my utlize the Webex Rest API to fecth team membership information and then query user details.
Query all teams: https://developer.webex.com/docs/api/v1/teams/list-teams
Get all team members: https://developer.webex.com/docs/api/v1/team-memberships/list-team-memberships
Details for a particular member: https://developer.webex.com/docs/api/v1/people/list-people
11-05-2021 05:13 AM
Not from within the app, but you my utlize the Webex Rest API to fecth team membership information and then query user details.
Query all teams: https://developer.webex.com/docs/api/v1/teams/list-teams
Get all team members: https://developer.webex.com/docs/api/v1/team-memberships/list-team-memberships
Details for a particular member: https://developer.webex.com/docs/api/v1/people/list-people
11-05-2021 05:32 AM
Thats super helpful dtibbe - Thank you very much
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide