Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can anyone please provide the payload example for http://myhost.com:8085/rest/api/latest/admin/users

Brata Ganguly February 14, 2019

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?

1 answer

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2019
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" }'

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events