Skip to main content

Hi,

I am using Docebo Connector to create user in recipe. When setup field mapping to Branch Code, getting error: 

API ERROR
code: 400
message: :{"field"=>"select_orgchart", "message"=>"Invalid parameter select_orgchart"}] at line: 857
called from: 2618

Any idea?

@liza2022 - I believe we will need a bit more information to help out. Can you provide the payload you are sending that results in the 400 error?


Hi @John,

Here is payload

{
"userid":"carol.garcia2",
"password":"rr0Nl94T",
"email":"carol.garcia2@example.com",
"firstname":"Carol",
"lastname":"Garcia",
"force_change":1,
"level":3,
"language":"english",
"email_validation_status":0,
"timezone":"America/Winnipeg",
"send_notification_email":true,
"select_orgchart":"LOG"
}

 


The post has been answered in another post. Thanks @John for your answer. 


Reply