how to use REST API with curl command- teamcity
kindly suggest how to get the teamcity user details using REST api, as i am using the below command but it is giving authentiction error when using the curl command in linux
curl -v --basic --user <username:password> http://localhost:7008 --header
Please sign in to leave a comment.
Hi
What error message do you get exactly?