Skip to content

Files

Latest commit

 

History

History
43 lines (30 loc) · 937 Bytes

api-superuser-listAllOrganizations.adoc

File metadata and controls

43 lines (30 loc) · 937 Bytes

listAllOrganizations

GET /api/v1/superuser/organizations

Authorizations: oauth2_implicit (super:user)

Query parameters

Type Name Description Schema

path

name
required

The name of the organization being managed

string

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/organizations/"