Find orgs

Get all user's organizations

Responses
200

Ok

get/orgs
Request samples

organizations = dl.organizations.list()

# 
# Lists all the organizations in Dataloop.
# 
# **Prerequisites**: You must be a **superuser** to use this method.
# 
# :return: List of Organization objects
# :rtype: list
# 
# 
Response samples
application/json
[
  • {
    }
]