- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yitzarad
Path Finder
07-09-2013
10:13 AM
Hi,
I'm trying to add events into an existing index, via the REST API (specifically, using javascript-sdk).
Everything works fine when using a powerful user/role.
Now, I'm trying to limit the capabilities of that user, but cannot find any relevant capability for adding data into index, via the REST API.
What are the "least privileges" in this case?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LukeMurphey
Champion
07-09-2013
01:06 PM
You'll need "edit_tcp" to be able create events via the "/services/receivers/simple" API.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LukeMurphey
Champion
07-09-2013
01:06 PM
You'll need "edit_tcp" to be able create events via the "/services/receivers/simple" API.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LukeMurphey
Champion
07-09-2013
01:41 PM
Yeah, no doubt! I only found out what the necessary permission was after spending way to much on it.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yitzarad
Path Finder
07-09-2013
01:33 PM
It's working, thank you!
BTW, "edit_tcp" is not so indicative description... 😕
