Hi,
I am trying to create new users with additional fields in Docebo via the API.
Currently I have a few additional fields that are not being set when I am creating a user. Is this possible ?
Thanks,
Ben
Hi,
I am trying to create new users with additional fields in Docebo via the API.
Currently I have a few additional fields that are not being set when I am creating a user. Is this possible ?
Thanks,
Ben
Best answer by natem
Gotcha. I think you need to drop the “field” prefixes, give this one a go and let me know:
{
"email":"visitor.email",
"password":"*********",
"firstname":"visitor.firstName",
"lastname":"visitor.lastName",
"expiration":"visitor.orientationExpiryDate",
"additional_fields":{
"9":"visitor.jobTitle",
"15":"visitor.phone",
"18":"visitor.visitorType",
"22":"visitor.companyName"
}
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.