Forum Discussion
ForrestParker
7 years agoQrew Cadet
Ultimately I want to add a user to an app through a formula url button. The api for that is API_AddUserToRole. This requires the UserID which is not accessible through a formula function; at least that I am aware of.
PatrickDunn
7 years agoQrew Assistant Captain
Using email in place of userid in the API_AddUserToRole call returns an invalid input error message. I can't figure out how to capture the userID via API_GetUserInfo and then pass that into a API_AddUsertoRole call. Thoughts?