Get all users of specific team using admin login details via API?

Hi All,

Anyone knows how to list the users of specific team using admin login credentials via API? It seems this feature is not available yet.

@Mattermost Team,

Please do confirm if this API is not available.

Thanks
Thileepan

Hi @Thileepan,

You can use the following API to get a list of the users for a team:

/api/v1/users/profiles/{teamId} where {teamId} is the team in question’s unique identifier.

1 Like