-
Re: Error while adding authors on Idea
john_reynolds May 10, 2018 2:49 PM (in response to ankit17)Hi Ankit,
From the API documentation on the Idea object, the value of authors needs to be a Person object
Jive REST API v3.14 → Idea entity
In order to do that, you need to configure Jive to use run-as strategy, per Core V3 API - Run-As Feature & Signed Add-Ons
If you don't specify the author, the author will be the person executing the request
-
Re: Error while adding authors on Idea
ankit17 May 14, 2018 1:19 AM (in response to john_reynolds)Hi John,
Thank you for your reply.
I already have "Run-As Feature" configured on my Jive instance which accepts email id of the user.
Also, I'm passing Person object only in authors in the form of Email id and label. Please refer below.
"authors": {
"emails": [
{
"value": "emailid of user",
"jive_label": "Email"
}
]
}
But still I'm receiving a "Bad Request(404)" error.
Thanks & Regards,
Ankit Shrivastav
Asif Hashmi Arun Bhosleumesh chape Vinay Padam John Reynolds
-