Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings,
This content example works to create folder permissions with CURL.
[{"subjectId":"x","autodeskId":"x","name":"A Role","subjectStatus":"ACTIVE","subjectType":"ROLE","actions":["CONTROL","EDIT","PUBLISH","PUBLISH_MARKUP","VIEW","DOWNLOAD","COLLABORATE"]},{"subjectId":"x","autodeskId":"x","name":"Another Role","subjectStatus":"ACTIVE","subjectType":"ROLE","actions":["EDIT","PUBLISH","PUBLISH_MARKUP","VIEW","DOWNLOAD","COLLABORATE"]}]
But how do I include this as content with methods PostAsync or PostasJsonAsync in a C# .NET class?
Thx, K.
Solved! Go to Solution.