March 29, 2024
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Help

Creating a user

Creating a user

ann_soft
New Contributor

Hi everyone!

I signed up and tried to create a user by copying the indicated code in Terminal window, but it gave me an error (The term '-d' is not recognized as the name of a cmdlet, function, script file, or operable program). What should I do to create a user?

Thank you for your help

1 REPLY 1

emawutor
Marqeta Staff
Marqeta Staff

@ann_soft, please make sure your current curl command doesn't have incorrect or extra quotation marks. You might have to write the script (https://www.marqeta.com/docs/developer-guides/core-api-quick-start#_create_a_user_2) yourself,  instead of copying it and pasting it to terminal. 

You can also try using a http request library. Below are some examples:

https://www.npmjs.com/package/request

https://realpython.com/python-requests/