Hello, I was wondering if there was a way to get all the users from the Netlify Identity Feature via the API? It would be kind of nice to be able to query an endpoint for a list of users that have signed up for the service. Is that something that’s already available perhaps?
Thanks in advance for your help.
Cheers,
Ryan
fool
November 12, 2019, 11:34pm
2
Yup. Check out this article on the topic, should help you get there:
Last reviewed by Netlify Support: December 2022
Did you know that Netlify has an extensive public API ? Anything that you configure in our Admin UI at https://app.netlify.com is managed using this same API, and you’re welcome to use it to create and configure your site(s) and perform most other operations on your account.
We have an article on API Usage in our official documentation which shows how to do some common tasks like deploying your site and configuring it in great detail. It also talk…
Perfect. Thanks. I couldn’t really find much info around “Identities” in the API docs, but that article certainly helps understand it better.
Cheers!
1 Like
Thx guys, I’m going to use the list to build this app further:
VIDEO
1 Like
What did you use in the end? I would like to get a list of the latest 50 active users and be able to search by user by name (custom data)