We have a delimited source that essentially serves as a register for “what samaccountnames have we used ever?” because we delete accounts from AD after a certain period of time. We want to make sure that we don’t re-use a samaccountname again, so the account create process in AD checks against that source.
Anyway, I was testing adding accounts to that list as new AD accounts are created so it’s automatically updated using the create-account endpoint, but I’m not seeing an account be created ever.
Here’s the account schema
Here’s a sample request
{
"attributes": {
"samaccountname": "cheekwashere",
"promotedSamAccountName": "cheekwashere",
"DN": "cheekwashere",
"sourceId": "2c9180877a53b75f017a5df63d5f13ea"
}
}
I get a 202 when submitting, but an account is never created