List all the organizations a user belongs to
GET {{baseUrl}}/orgs
Each request to Snyk has to be done in the context of a Snyk organization. If no org is specified, the user's default organization (user is identified according to the API_KEY
) will be used.
The organization determines the access rights, licenses policy and is the unit of billing for private projects.
An organization should be given as a query parameter named org
, with the public identifier given to this org. The list of organizations and their corresponding public ids can be found with the org resource.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |