diff --git a/examples/python/README.md b/examples/python/README.md index 56c8f8e6b..e05bd3bac 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -41,4 +41,8 @@ The full details of all Looker API endpoints are listed in Looker Docs: [Version ## User : Manage Users - [Disable all active user sessions](logout_all_users.py) -- [Google Cloud Function: User Creation](cloud-function-user-provision) +- [Add a list of users to a group from a CSV](add_users_to_group_from_csv.py) + +## Project : Manage Projects +- [Update projects to use Main asthe production branch](update_prod_branches_to_main.py) +- [Google Cloud Function: User Creation](cloud-function-user-provision) \ No newline at end of file