We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api/v1/users/
username
password
email
For instance, using the httpie client and assuming that the ChRIS store service is running at localhost:8010:
localhost:8010
http POST http://localhost:8010/api/v1/users/ \ Content-Type:application/vnd.collection+json \ Accept:application/vnd.collection+json \ template:=' { "data": [ {"name":"email","value":"[email protected]"}, {"name":"password","value":"newstoreuser1234"}, {"name":"username","value":"newstoreuser"} ] } '