Roles
K0rdent Api Roles endpoints
Roles Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/regions/global/iam/roles | Visibility: public · internal ( OpenAPI Custom Extension: x-visibility ) List all role definitions. For MVP, this returns the predefined set of system roles (owner, admin, member, viewer). Custom role creation is not supported in MVP. |
GET | /v1/regions/global/iam/roles/{id} | Visibility: public · internal ( OpenAPI Custom Extension: x-visibility ) Retrieve role definition and permissions. |
How is this guide?