Using RESTful API to add a user to a role in an app
I'm writing a Python script and would like to add a user to a particular role in one of my apps. She is already provisioned in my company's realm, and I have her user ID number.
I see that API_AddU...