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.
- PatrickDunn7 years agoQrew Assistant CaptainForrest, I'm after the exact same thing. Did you ever find a solution?
- QuickBaseCoachD7 years agoQrew CaptainTry using the the email address.
- PatrickDunn7 years agoQrew Assistant CaptainUsing 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?