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
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Call: PUT https://api.rm.smartsheet.com/api/v1/users/{id}
Body: {
"approver_user_ids": [{ARRAY of approver(s) id(s)}]}