Skip to content

Commit dc103dc

Browse files
committed
add examples
1 parent 5a578dc commit dc103dc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# coding=utf-8
2+
from atlassian import CloudAdminOrgs
3+
4+
""" How to get organizations"""
5+
6+
cloud_admin_orgs = CloudAdminOrgs(admin_api_key="admin_api_key")
7+
8+
cloud_admin_orgs.get_organizations()
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# coding=utf-8
2+
from atlassian import CloudAdminUsers
3+
4+
""" How to get user profile"""
5+
6+
cloud_admin_users = CloudAdminUsers(admin_api_key="admin_api_key")
7+
8+
cloud_admin_users.get_organizations(account_id="account_id")

0 commit comments

Comments
 (0)