Docebo Connector create user error on orgchar

  • 6 October 2022
  • 3 replies
  • 61 views

Userlevel 2

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?


3 replies

Userlevel 5
Badge +2

@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?

Userlevel 2

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"
}

 

Userlevel 2

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

Reply