Resource Manager: How to assign approver using API
Hello!
I've been reviewing the API documentation for Resource Management (https://10kft.github.io/10kft-api/). I was able to add a new user using the API. However, now I also need to assign an approver for the user profile.
I found I can send a GET request to the https://api.rm.test.smartsheet.com/api/v1/users/723472/approvers endpoint and get the list of approvers for a given User ID. How do I add to that list of approvers using the API?
Thank you so much for your help!
Best,
Dariel Dato-on
Answers
-
I believe that currently it's only possible to read approvers using the API, versus assigning them. Please let the Product team know this is a feature you would like to be available via API by filling in this Product Feedback form, here.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Call: PUT https://api.rm.smartsheet.com/api/v1/users/{id}
Body: {
"approver_user_ids": [{ARRAY of approver(s) id(s)}]}
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives