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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives