API 참조
tenancy
이 영역에 7개의 엔드포인트가 있습니다. 각 엔드포인트에는 매개변수, 응답, 그리고 직접 실행할 수 있는 요청이 포함된 전용 페이지가 있습니다.
| 메서드 | 경로 | 기능 소개 | 권한 |
|---|---|---|---|
| GET | /v1/orgs | List organizations in scope. | — |
| POST | /v1/orgs | Create an organization. | — |
| DELETE | /v1/orgs/{orgId} | Close an organization. | org.delete |
| GET | /v1/orgs/{orgId} | Get an organization. | — |
| PATCH | /v1/orgs/{orgId} | Rename an organization. | org.update |
| POST | /v1/orgs/{orgId}/billing-currency | Change what this organization is invoiced in. | billing.payment.manage |
| GET | /v1/orgs/{orgId}/closure-plan | What closing this organization would do. | — |