Hi Team,
I'm trying to create user using API request.
If I do using postman I get the expected response i.e., details of user.
But same CURL generated by postman is used to create user, I get redirection link.
I have create issue Unable to create user through API request · Issue #1331 · instructure/canvas-lms · GitHub
Hope, I get more help from here.
Solved! Go to Solution.
Thanks for the help. It seems their was some issue on my end.
@sanket , greetings and welcome to the Canvas Community! Given the technical nature of your question I'm going to share it with the Canvas Developers group in the Community. They are the ones who use the API and work on the back end integrations with Canvas and should be able to help. You might also consider joining this group so you have access to their resources and information!
Hope this helps!
Kona
I copied you curl post, changed the server and token, and it ran fine.
Did you change <token>
to the correct token?
Thanks for the help. It seems their was some issue on my end.