I would like to ask if it is possible for us to create user without password first then when user login with password, then the authentication kicks in to sync with LDAP.
POST /rest/api/2/user - this is the REST API i am currently using and which required a json input.
{
"name": "charlie",
"password": "abracadabra",
"emailAddress": "charlie@atlassian.com",
"displayName": "Charlie of Atlassian",
"applicationKeys": [ "jira-core" ]
}