I'm using Okta for Single Sign On, and I'm trying to figure out how I can script assigning users to specific applications. I am currently syncing with AD so the users are already in their groups, I'm just not sure how to confirm assignments to their apps. Below is the API Documentation. I'm doing this in Python.
http://developer.okta.com/docs/sdk/core/python_api_sdk/api/clients/UsersClient.html
Thanks!