🔐Okta Lifecycle Management (LCM) Automation
·1 min
This project automates user lifecycle operations (create, activate, assign to group, deactivate) using Okta’s API.
📁 File Structure #
okta-lcm-automation/
├── main.py
├── config.py
├── utils.py
├── README.md
📌 Features #
- Create Okta user via API
- Activate user
- Assign user to group
- Deactivate user
🛠️ Setup #
- Clone the repo
- Update
config.pywith your Okta domain and API token - Run:
pip install requests
python main.py
For further details: github