E-Mails per API abrufen

Hi all,

I have set up a pipeline that pulls in all user information but the option to pull in their email is not available.

I have an admin role and the API key, etc, can I set this up, if so how? I want to add this column in a table for all users not a one off user query.

Kind regards, Joe

1 „Gefällt mir“

Interestingly, something like /admin/users/{id}.json doesn’t return the user’s email as part of the response, but getting a list of users (/admin/users/list/{flag}.json) does. If you pass a parameter like username, you can probably get the specific user.

I want to get a full list of users, their activity on the community and have their email also, it seems it is not an option though.

The data explorer plugin is probably the way to do that. And then you can request a particular query via the API.