Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 846 Bytes

File metadata and controls

23 lines (15 loc) · 846 Bytes

stackit.membership

The Membership API is used to manage memberships, roles and permissions of STACKIT resources, like projects, folders, organizations and other resources.

For more information, please visit https://developers.stackit.schwarz

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-membership

Then import the package:

import stackit.membership

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.