I want to be able to add users with their login ID, name, and email within Stash but with their user ID (login ID) I want Stash to be able to pick them up. I found a curl script that show example but I don't want to use any password since using LDAP. Do I need to indicate LDAP authentication in the script? What do I need to modify in the script for this to work?
curl -H "Content-Type:application/json" -H "Accept:application/json" --user admin:admin -X POST 'http://localhost:7990/rest/api/1.0/admin/users?name=testuser4&password=testuser4&displayName=Test%20User%204&emailAddress=test@user4.com&addToDefaultGroup=false'
If you're using LDAP (and have configured your LDAP server as a User Directory following something like https://confluence.atlassian.com/display/STASH/Connecting+Stash+to+an+existing+LDAP+directory), then you most likely don't need to hit the users endpoint to create a user - the user is already available. You probably just need to grant them the LICENSED_USER permission - https://developer.atlassian.com/static/rest/stash/3.10.0/stash-rest.html#idp1918800
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.