Hi team, I am using Trello API && want fetch the workspace users emails from the following endpoint:
https://api.trello.com/1/organizations/{{orgId}}/members?key={{trelloApi}}&token={{trelloToken}}
I am getting the following result:
[
{
"id": "string",
"fullName": "string",
"username": "string",
"lastActive": "2024-12-06T19:43:16.113Z"
}
]
Is there a way we can fetch the members emails ?