I have an app in which I've added @mycompany.com as a user - granting all registered users of my firm basic access to the app, which includes access to a profile table. Users can create a profile for themselves and in so doing identify the role the user should have in the app.
Once the form is populated sufficiently, a formula URL field button will appear in the form. The button will use the API_AddUsertoRole call.
I need to reference the userID in the API_AddUserToRole call. I don't know how else to get that userID short of IOL, etc.
Thoughts?