Can anyone please provide the payload example for the below Bamboo API http://myhost.com:8085/rest/api/latest/admin/users for post operation??
What is the actual variable name for Confirm password field?
curl --user bamboo-admin:password -H "Content-Type: application/json" -X POST http://myhost.com:8085/rest/api/latest/admin/users --data '{
"name": "new_user", "fullName": "full name", "email": "user@myhost.com", "password": "password", "passwordConfirm": "password" }'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.