wandb / examples

Example deep learning projects that use wandb's features.
http://wandb.ai
1.11k stars 292 forks source link

Wandb SCIM py wrapper #519

Closed velotioaastha closed 4 months ago

velotioaastha commented 4 months ago

Added a wrapper to call SCIM APIS for access management.

The provided code consists of three Python example modules:

custom_roles_example.py:

teams_example.py:

users_example.py:

Each module follows a similar structure:

Overall, this code facilitates interaction with a user management system through HTTP requests, covering various aspects such as managing custom roles, teams, and users.