API Create user

The output i keep getting in postman is:
{"responseMessage":"'requestJobDescription' is not valid JSON: Expected a ',' or '}' at 263 [character 14 line 9]","responseCode":500}
Does the API even work for Expensify, this is honestly the worst experience I have ever had working with Rest API
Anyone has had any luck creating or updating users via API?
requestJobDescription={
"type":"create",
"credentials":{
"partnerUserID":"_Insert_ID_",
"partnerUserSecret":"_Secret_Key_"
},
"inputSettings":{
"type":"create"
"employees":[{
"employeeEmail": "[email protected]",
"managerEmail": "[email protected]",
"policyID": "0123456789ABCDEF",
"employeeID": "12345"
}]
}
}
Comments
-
Hi @PGant, thanks for joining the Expensify Community!
Could you please review this documentation for our Advanced Employee Updater and let me know if this helps? The Employee Updater works a little differently than our standard API requests, and I think this should help set you right.
Let me know if you're still stuck after looking through that document and I'll take another look for you. 😊
-
@PGant - did you ever figure it out? I'm having issues deciphering the user creation API.