cldkctl_org_role_edit
Edit organization roles by updating role data using the specified role ID. Facilitates role management in Cloudeka's cldkctl CLI via the MCP cldkctl Server.
Instructions
Call the cldkctl_org_role_edit endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
role_data | Yes | Role data | |
role_id | Yes | Role ID |
Input Schema (JSON Schema)
{
"properties": {
"role_data": {
"description": "Role data",
"type": "object"
},
"role_id": {
"description": "Role ID",
"type": "string"
}
},
"required": [
"role_id",
"role_data"
],
"type": "object"
}