Closed cameronmcefee closed 3 years ago
I'm describing requests I had to make to my netlify identity instance, to clarify in case what is documented here is not what is in production there.
This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!
This issue was closed because it had no activity for over 1 year.
The endpoints that pertain to administrating users appear to be incorrect. The readme lists things like editing a user's data as
PUT /user
, but I had to send requests toPUT /admin/users
to make things work.